Bug 551050 Disable warning C4702: unreachable code in dlmalloc.c r=dwitte

This commit is contained in:
Neil Rashbrook 2010-03-13 23:13:09 +00:00
parent f9f6a1d5e9
commit 6053cc6f53

View File

@ -44,7 +44,7 @@
# Disable specific warnings, and enable warnings-as-errors so we catch any
# mistranslated args.
nowarn="-wd4127 -wd4820 -wd4706 -wd4100 -wd4255 -wd4668 -wd4053 -wd4324 -wd4267 -wd4054"
nowarn="-wd4127 -wd4820 -wd4706 -wd4100 -wd4255 -wd4668 -wd4053 -wd4324 -wd4267 -wd4054 -wd4702"
args="-nologo -W3 -WX $nowarn"
md=-MD
cl="cl"