Change the aggressive warning level under VS to /W3

This commit is contained in:
Robert Osfield 2009-01-05 10:13:04 +00:00
parent 4f91d9769e
commit 788bead9fe

View File

@ -563,7 +563,7 @@ ELSE(CMAKE_COMPILER_IS_GNUCXX)
# FIXME: What are good aggressive warning flags for Visual Studio?
# And do we need to further subcase this for different versions of VS?
# CMake variables: MSVC60, MSVC70, MSVC71, MSVC80, CMAKE_COMPILER_2005
SET(OSG_AGGRESSIVE_WARNING_FLAGS "/Wall /W4")
SET(OSG_AGGRESSIVE_WARNING_FLAGS "/Wall /W3")
ELSE(MSVC)