COMP: fix warning

This commit is contained in:
Ken Martin 2005-02-22 12:34:02 -05:00
parent b8a77b2965
commit bfcb4b6937
1 changed files with 1 additions and 1 deletions

View File

@ -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";