diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:06:02 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:14:27 -0500 |
commit | 0ab56f5d85ca20005e60eeafc2a7a2ce169689ee (patch) | |
tree | 7537a9c50300ff3d13600d145a441cb688206f50 /src/CMakeLists.txt | |
parent | cb694a3c5e645321da70e89ba63228e519bd2a17 (diff) | |
download | fork-ledger-0ab56f5d85ca20005e60eeafc2a7a2ce169689ee.tar.gz fork-ledger-0ab56f5d85ca20005e60eeafc2a7a2ce169689ee.tar.bz2 fork-ledger-0ab56f5d85ca20005e60eeafc2a7a2ce169689ee.zip |
Add -Wno-disabled-macro-expansion
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6006f7fd..2d6b22f7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 |