Browse Source

COMP: fix warning

Bill Hoffman 21 years ago
parent
commit
3bb54c00d5
1 changed files with 1 additions and 1 deletions
  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 =