mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:32:41 +00:00
[CMAKE/MSVC] C4200 doesn't look useful to us.
svn path=/trunk/; revision=69036
This commit is contained in:
parent
af74325ed0
commit
141f412d0f
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ endif ()
|
|||
# - C4244: implicit integer truncation
|
||||
# - C4290: C++ exception specification ignored
|
||||
# - C4800: forcing value to bool 'true' or 'false' (performance warning)
|
||||
#add_compile_flags("/wd4244 /wd4290 /wd4800 ")
|
||||
add_compile_flags("/wd4244 /wd4290 /wd4800")
|
||||
# - C4200: nonstandard extension used : zero-sized array in struct/union
|
||||
add_compile_flags("/wd4244 /wd4290 /wd4800 /wd4200")
|
||||
|
||||
# FIXME: Temporarily disable C4018 until we fix more of the others. CORE-10113
|
||||
add_compile_flags("/wd4018")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue