diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-15 18:22:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-15 18:22:13 (GMT) |
commit | 0e85c8b6a17db11ebe5296daa87d0feb4a8e9f0b (patch) | |
tree | 14baad9ccdea7bcea4dbf7c91b9643d7aaafac1f /Source/CTest | |
parent | 15ad6db1702ffb4d89d97344abdce20e052affd3 (diff) | |
download | CMake-0e85c8b6a17db11ebe5296daa87d0feb4a8e9f0b.zip CMake-0e85c8b6a17db11ebe5296daa87d0feb4a8e9f0b.tar.gz CMake-0e85c8b6a17db11ebe5296daa87d0feb4a8e9f0b.tar.bz2 |
STYLE: fix warning
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 |