summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2011-01-03 13:45:48 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2011-01-03 13:45:48 (GMT)
commit5625dee390fc0c35755683b7302e49967107bbf0 (patch)
tree89e79a71c4af3271b52789ac41bd5100dbd18b63
parentad25a968b9e47e9e966d166dd0e494dc684ebd66 (diff)
downloadCMake-5625dee390fc0c35755683b7302e49967107bbf0.zip
CMake-5625dee390fc0c35755683b7302e49967107bbf0.tar.gz
CMake-5625dee390fc0c35755683b7302e49967107bbf0.tar.bz2
Don't output to stderr in the GUI
-rw-r--r--Source/QtDialog/QCMake.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx
index 48871c2..182db0f 100644
--- a/Source/QtDialog/QCMake.cxx
+++ b/Source/QtDialog/QCMake.cxx
@@ -166,7 +166,6 @@ void QCMake::configure()
this->CMakeInstance->CreateGlobalGenerator(this->Generator.toAscii().data()));
this->CMakeInstance->LoadCache();
this->CMakeInstance->SetSuppressDevWarnings(this->SuppressDevWarnings);
- std::cerr << "set warn uninitialized " << this->WarnUninitializedMode << "\n";
this->CMakeInstance->SetWarnUninitialized(this->WarnUninitializedMode);
this->CMakeInstance->SetWarnUnused(this->WarnUnusedMode);
this->CMakeInstance->PreLoadCMakeFiles();