summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'msvcc.sh')
-rwxr-xr-xmsvcc.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/msvcc.sh b/msvcc.sh
index 8301839..23be1e3 100755
--- a/msvcc.sh
+++ b/msvcc.sh
@@ -42,10 +42,7 @@
# format and translated into something sensible for cl or ml.
#
-# Disable specific warnings, and enable warnings-as-errors so we catch any
-# mistranslated args.
-nowarn="-wd4127 -wd4820 -wd4706 -wd4100 -wd4255 -wd4668 -wd4053 -wd4324"
-args="-nologo -W3 -WX $nowarn"
+args="-nologo -W3"
md=-MD
cl="cl"
ml="ml"