STYLE: fix warning

This commit is contained in:
Bill Hoffman 2009-06-15 14:22:13 -04:00
parent 15ad6db170
commit 0e85c8b6a1
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ int cmCTestBuildAndTestHandler::RunCMakeAndTest(std::string* outstring)
// after this function exits so that they do not point at a destroyed
// string cmakeOutString
cmSetupOutputCaptureCleanup cleanup;
static_cast<void>(cleanup);
cmOStringStream out;
// if the generator and make program are not specified then it is an error