Browse Source

fix warning

Ken Martin 23 năm trước cách đây
mục cha
commit
8b2a797b57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"))
     {