From bfcb4b693763bb11f841094d2ca9852a64e5d33b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 22 Feb 2005 12:34:02 -0500 Subject: COMP: fix warning --- Source/cmGlobalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 6e01dd4..f194e08 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/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"; -- cgit v0.12