- Temporarily raise MSVC warning level to 4 to get an inventory of the warnings we produce

svn path=/trunk/; revision=60997
This commit is contained in:
Thomas Faber 2013-11-15 11:55:35 +00:00
parent cd3af3c4c8
commit ab59b10497

View file

@ -20,7 +20,7 @@ endif()
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