Warnings.py (scons-4.2.0) | : | Warnings.py (SCons-4.3.0) | ||
---|---|---|---|---|
skipping to change at line 128 | skipping to change at line 128 | |||
class DeprecatedOptionsWarning(MandatoryDeprecatedWarning): | class DeprecatedOptionsWarning(MandatoryDeprecatedWarning): | |||
pass | pass | |||
class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): | class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): | |||
pass | pass | |||
class DeprecatedMissingSConscriptWarning(DeprecatedWarning): | class DeprecatedMissingSConscriptWarning(DeprecatedWarning): | |||
pass | pass | |||
class ToolQtDeprecatedWarning(FutureDeprecatedWarning): | ||||
pass | ||||
# The below is a list of 2-tuples. The first element is a class object. | # The below is a list of 2-tuples. The first element is a class object. | |||
# The second element is true if that class is enabled, false if it is disabled. | # The second element is true if that class is enabled, false if it is disabled. | |||
_enabled = [] | _enabled = [] | |||
# If set, raise the warning as an exception | # If set, raise the warning as an exception | |||
_warningAsException = False | _warningAsException = False | |||
# If not None, a function to call with the warning | # If not None, a function to call with the warning | |||
_warningOut = None | _warningOut = None | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |