COMP: Remove warning

This commit is contained in:
Andy Cedilnik 2006-03-23 15:35:03 -05:00
parent 00d2546664
commit 9ce59dbde0

View File

@ -144,7 +144,6 @@ int cmCTestBuildAndTestHandler::RunCMakeAndTest(std::string* outstring)
cmSystemTools::SetStdoutCallback(CMakeStdoutCallback, &cmakeOutString); cmSystemTools::SetStdoutCallback(CMakeStdoutCallback, &cmakeOutString);
cmOStringStream out; cmOStringStream out;
// What is this? double timeout = this->CTest->GetTimeOut(); // What is this? double timeout = this->CTest->GetTimeOut();
int retVal = 0;
// if the generator and make program are not specified then it is an error // if the generator and make program are not specified then it is an error
if (!this->BuildGenerator.size() || !this->BuildMakeProgram.size()) if (!this->BuildGenerator.size() || !this->BuildMakeProgram.size())
@ -193,7 +192,7 @@ int cmCTestBuildAndTestHandler::RunCMakeAndTest(std::string* outstring)
++ tarIt ) ++ tarIt )
{ {
std::string output; std::string output;
retVal = cm.GetGlobalGenerator()->Build( int retVal = cm.GetGlobalGenerator()->Build(
this->SourceDir.c_str(), this->BinaryDir.c_str(), this->SourceDir.c_str(), this->BinaryDir.c_str(),
this->BuildProject.c_str(), tarIt->c_str(), this->BuildProject.c_str(), tarIt->c_str(),
&output, this->BuildMakeProgram.c_str(), &output, this->BuildMakeProgram.c_str(),