mirror of
https://github.com/reactos/ninja.git
synced 2025-02-21 12:10:28 +00:00
Merge pull request #1101 from fbenkstein/vs2010
disable warning about conditional expressions
This commit is contained in:
commit
a4d4787de1
@ -302,6 +302,8 @@ if platform.is_msvc():
|
||||
'/WX', # Warnings as errors.
|
||||
'/wd4530', '/wd4100', '/wd4706',
|
||||
'/wd4512', '/wd4800', '/wd4702', '/wd4819',
|
||||
# Disable warnings about constant conditional expressions.
|
||||
'/wd4127',
|
||||
# Disable warnings about passing "this" during initialization.
|
||||
'/wd4355',
|
||||
# Disable warnings about ignored typedef in DbgHelp.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user