Author: tfaber Date: Fri Nov 15 11:55:35 2013 New Revision: 60997
URL: http://svn.reactos.org/svn/reactos?rev=60997&view=rev Log: [CMAKE] - Temporarily raise MSVC warning level to 4 to get an inventory of the warnings we produce
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=60997&... ============================================================================== --- trunk/reactos/cmake/msvc.cmake [iso-8859-1] (original) +++ trunk/reactos/cmake/msvc.cmake [iso-8859-1] Fri Nov 15 11:55:35 2013 @@ -20,7 +20,7 @@
add_definitions(/Dinline=__inline /D__STDC__=1)
-add_compile_flags("/X /GR- /EHs-c- /GS- /Zl /W3") +add_compile_flags("/X /GR- /EHs-c- /GS- /Zl /W4")
# HACK: for VS 11+ we need to explicitly disable SSE, which is off by # default for older compilers. See CORE-6507