mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[CMAKE/MSVC] Temporarily disable C4018 until we fix more of the others. CORE-10113
svn path=/trunk/; revision=69034
This commit is contained in:
parent
66cb7118b2
commit
fa77c8bd71
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ endif ()
|
|||
#add_compile_flags("/wd4244 /wd4290 /wd4800 ")
|
||||
add_compile_flags("/wd4244 /wd4290 /wd4800")
|
||||
|
||||
# FIXME: Temporarily disable C4018 until we fix more of the others. CORE-10113
|
||||
add_compile_flags("/wd4018")
|
||||
|
||||
# The following warnings are treated as errors:
|
||||
# - C4013: implicit function declaration
|
||||
# - C4020: too many actual parameters
|
||||
|
|
Loading…
Reference in a new issue