Temporarily disabled VS warning C4100 to enable use to home in on the useful warnings that could do with resolving.

This commit is contained in:
Robert Osfield
2009-01-28 12:02:35 +00:00
parent f0a044ee77
commit b328758058

View File

@@ -535,7 +535,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 /W4 /wd4706 /wd4127)
SET(OSG_AGGRESSIVE_WARNING_FLAGS /W4 /wd4706 /wd4127 /wd4100)
ELSE(MSVC)