summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-30 19:36:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-30 19:36:01 (GMT)
commitee2554040b6befb484b890741f39079058ebd50d (patch)
tree13f4fb72feefae1162b859baed2d5531d2b3996f /Source/cmGlobalXCodeGenerator.cxx
parented345507bec8f1eb637590f6d2e1adc2eb280f11 (diff)
downloadCMake-ee2554040b6befb484b890741f39079058ebd50d.zip
CMake-ee2554040b6befb484b890741f39079058ebd50d.tar.gz
CMake-ee2554040b6befb484b890741f39079058ebd50d.tar.bz2
COMP: Remove warning
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx1
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))