Browse Source

COMP: fix warning

Ken Martin 21 years ago
parent
commit
bfcb4b6937
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmGlobalGenerator.cxx

+ 1 - 1
Source/cmGlobalGenerator.cxx

@@ -678,7 +678,7 @@ int cmGlobalGenerator::Build(
   const char *, const char *target,
   std::string *output, 
   const char *makeCommandCSTR,
-  const char *config,
+  const char * /* config */,
   bool clean)
 {
   *output += "\nTesting TryCompileWithoutMakefile\n";