mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user