Ken Martin před 23 roky
rodič
revize
8b2a797b57
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"))
     {