COMP: Remove warning

This commit is contained in:
Andy Cedilnik 2005-04-29 10:07:49 -04:00
parent 2f50e43032
commit cf5c2b7ae8
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
std::string cmGlobalXCodeGenerator::GenerateBuildCommand(const char* makeProgram,
const char *projectName, const char *targetName, const char* config)
{
// Config is not used yet
(void) config;
// now build the test
if(makeProgram == 0 || !strlen(makeProgram))
{