[CMAKE/MSVC] Temporarily disable C4018 until we fix more of the others. CORE-10113

svn path=/trunk/; revision=69034
This commit is contained in:
Amine Khaldi 2015-09-05 17:31:51 +00:00
parent 66cb7118b2
commit fa77c8bd71

View file

@ -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