Author: akhaldi Date: Sat Sep 5 17:31:51 2015 New Revision: 69034
URL: http://svn.reactos.org/svn/reactos?rev=69034&view=rev Log: [CMAKE/MSVC] Temporarily disable C4018 until we fix more of the others. CORE-10113
Modified: trunk/reactos/cmake/msvc.cmake
Modified: trunk/reactos/cmake/msvc.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/msvc.cmake?rev=69034&... ============================================================================== --- trunk/reactos/cmake/msvc.cmake [iso-8859-1] (original) +++ trunk/reactos/cmake/msvc.cmake [iso-8859-1] Sat Sep 5 17:31:51 2015 @@ -50,6 +50,9 @@ # - C4800: forcing value to bool 'true' or 'false' (performance warning) #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