4 references to WarningsNotAsErrors
MSBuild (4)
CommandLineSwitches.cs (1)
277
new ParameterizedSwitchInfo( ["warnnotaserror", "noerr"], ParameterizedSwitch.
WarningsNotAsErrors
, null, true, "MissingWarnNotAsErrorParameterError", true, false, "HelpMessage_40_WarnNotAsErrorSwitch"),
XMake.cs (3)
2791
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
WarningsNotAsErrors
) &&
2795
commandLineSwitches.GetParameterizedSwitchCommandLineArg(CommandLineSwitches.ParameterizedSwitch.
WarningsNotAsErrors
),
3294
return ProcessWarningRelatedSwitch(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.
WarningsNotAsErrors
);