diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-02-22 17:34:02 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-02-22 17:34:02 (GMT) |
commit | bfcb4b693763bb11f841094d2ca9852a64e5d33b (patch) | |
tree | 68f70b9697cc041aa04c5835303d2ddc51aa0d5e /Source | |
parent | b8a77b2965725dd40da5f638ab597bc0df9f0970 (diff) | |
download | CMake-bfcb4b693763bb11f841094d2ca9852a64e5d33b.zip CMake-bfcb4b693763bb11f841094d2ca9852a64e5d33b.tar.gz CMake-bfcb4b693763bb11f841094d2ca9852a64e5d33b.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |