cmExecutionStatus: Remove arguments from setters

The setters are only used to set boolean values.  The values are never
reset individually.
This commit is contained in:
Daniel Pfeifer
2016-12-26 10:30:31 +01:00
parent 0c519c7029
commit 67a8d907ad
10 changed files with 32 additions and 25 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ bool cmFunctionHelperCommand::InvokeInitialPass(
// The error message should have already included the call stack
// so we do not need to report an error here.
functionScope.Quiet();
inStatus.SetNestedError(true);
inStatus.SetNestedError();
return false;
}
if (status.GetReturnInvoked()) {