diff options
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 95df611..6a1f941 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -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)) |