COMP: Remove warning

This commit is contained in:
Andy Cedilnik 2005-04-30 15:36:01 -04:00
parent ed345507be
commit ee2554040b
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ std::string cmGlobalXCodeGenerator::GenerateBuildCommand(const char* makeProgram
{
// Config is not used yet
(void) config;
(void) ignoreErrors;
// now build the test
if(makeProgram == 0 || !strlen(makeProgram))