Disabled additional msvc warnings
parent
31cbc7c826
commit
ddea66e026
|
@ -146,6 +146,7 @@ include_directories(
|
|||
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
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue