Disabled additional warnings

release/4.3a0
Richard Roberts 2013-07-01 20:19:34 +00:00
parent 94f7f10ce6
commit 65529e6cf2
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ link_directories(${Boost_LIBRARY_DIRS})
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS)
add_definitions(/wd4251 /wd4275 /wd4251) # Disable non-DLL-exported base class warnings
add_definitions(/wd4251 /wd4275 /wd4251 /wd4661 /wd4344) # Disable non-DLL-exported base class and other warnings
endif()
if(GTSAM_ENABLE_CONSISTENCY_CHECKS)