summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-11-19 05:05:37 (GMT)
committerDavid Cournapeau <cournape@gmail.com>2009-11-19 05:05:37 (GMT)
commit6c90fa628f9b28e6eba69edf23df9fe2089a5810 (patch)
tree634fb90625be6a0e07577a8ec748beb60e0bf235 /src/engine/SCons/Script
parent8e7ce03a7ee26528433b2125b1f44975a5731eef (diff)
downloadSCons-6c90fa628f9b28e6eba69edf23df9fe2089a5810.zip
SCons-6c90fa628f9b28e6eba69edf23df9fe2089a5810.tar.gz
SCons-6c90fa628f9b28e6eba69edf23df9fe2089a5810.tar.bz2
ENH: use Gary error checking, but using exception instead of returning error message (thanks Gary).
Diffstat (limited to 'src/engine/SCons/Script')
-rw-r--r--src/engine/SCons/Script/Main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/SCons/Script/Main.py b/src/engine/SCons/Script/Main.py
index 6aba90f..dd4f519 100644
--- a/src/engine/SCons/Script/Main.py
+++ b/src/engine/SCons/Script/Main.py
@@ -777,6 +777,7 @@ def _main(parser):
SCons.Warnings.ReservedVariableWarning,
SCons.Warnings.StackSizeWarning,
SCons.Warnings.VisualVersionMismatch,
+ SCons.Warnings.VisualCMissingWarning,
]
for warning in default_warnings: