Add -Wno-disabled-macro-expansion

This commit is contained in:
John Wiegley 2013-05-19 02:06:02 -05:00
parent cb694a3c5e
commit 0ab56f5d85

View file

@ -136,6 +136,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
if((CMAKE_CXX_COMPILER MATCHES "clang") OR (CMAKE_CXX_COMPILER MATCHES "cxx"))
add_definitions(
-Weverything
-Wno-disabled-macro-expansion
-Wno-padded
-Wno-weak-vtables
-Wno-exit-time-destructors