From 5625dee390fc0c35755683b7302e49967107bbf0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 3 Jan 2011 08:45:48 -0500 Subject: [PATCH] Don't output to stderr in the GUI --- Source/QtDialog/QCMake.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx index 48871c2047..182db0f876 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();