summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
authorAnthony Green <green@gmachine.(none)>2010-03-30 08:30:22 -0400
committerAnthony Green <green@gmachine.(none)>2010-03-30 08:30:22 -0400
commitc0b69e57d529e33d18b658cc5572a21e3663247c (patch)
tree5e1e22a94f2d4f69ea11e5fd9de8f8ff26e1fde7 /msvcc.sh
parent59a259f4d348f593b45f452309f4d020a28051c4 (diff)
downloadlibffi-c0b69e57d529e33d18b658cc5572a21e3663247c.tar.gz
Dan Witte's windows build fixes.
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"