diff options
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestBuildAndTestHandler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestBuildAndTestHandler.cxx b/Source/CTest/cmCTestBuildAndTestHandler.cxx index 80d6984..67cda54 100644 --- a/Source/CTest/cmCTestBuildAndTestHandler.cxx +++ b/Source/CTest/cmCTestBuildAndTestHandler.cxx @@ -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 |