COMP: Remove warning
This commit is contained in:
parent
ed345507be
commit
ee2554040b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue