瀏覽代碼

fix warning

Ken Martin 23 年之前
父節點
當前提交
8b2a797b57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmIfCommand.cxx

+ 1 - 1
Source/cmIfCommand.cxx

@@ -49,7 +49,7 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
 
 bool cmIfFunctionBlocker::
 ShouldRemove(const char *name, const std::vector<std::string> &args, 
-             cmMakefile &mf) 
+             cmMakefile &) 
 {
   if (!strcmp(name,"ELSE") || !strcmp(name,"ENDIF"))
     {