BUG: even safer checking of return value
This commit is contained in:
parent
f0857fcbd3
commit
fabd9def68
|
@ -713,6 +713,7 @@ int cmCTestBuildHandler::RunMakeCommand(const char* command,
|
||||||
this->TotalWarnings ++;
|
this->TotalWarnings ++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if(result == cmsysProcess_State_Exception)
|
else if(result == cmsysProcess_State_Exception)
|
||||||
{
|
{
|
||||||
if (retVal)
|
if (retVal)
|
||||||
|
|
Loading…
Reference in New Issue