STYLE: fix warning
This commit is contained in:
parent
15ad6db170
commit
0e85c8b6a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue