Explorar el Código

COMP: fix warning

Bill Hoffman hace 21 años
padre
commit
3bb54c00d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/cmGlobalXCodeGenerator.cxx

+ 1 - 1
Source/cmGlobalXCodeGenerator.cxx

@@ -44,7 +44,7 @@ int cmGlobalXCodeGenerator::TryCompile(const char *,
                                        const char * projectName,
                                        const char * targetName,
                                        std::string * output,
-                                       cmMakefile* mf)
+                                       cmMakefile*)
 {
   // now build the test
   std::string makeCommand =