зеркало из https://github.com/mozilla/gecko-dev.git
Bug 551050 Disable warning C4702: unreachable code in dlmalloc.c r=dwitte
This commit is contained in:
Родитель
780cce2798
Коммит
2eb3a25ff3
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче