Add -Wno-disabled-macro-expansion
This commit is contained in:
parent
cb694a3c5e
commit
0ab56f5d85
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue