mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 551050 Disable warning C4702: unreachable code in dlmalloc.c r=dwitte
This commit is contained in:
parent
f9f6a1d5e9
commit
6053cc6f53
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user