diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ecb495..9ba5a08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,27 +21,7 @@ else() -Wpedantic -Werror - -Wshadow - -Wconversion - -Wsign-conversion - -Wcast-align - -Wcast-qual - -Wformat=2 - -Wnull-dereference - -Wdouble-promotion - -Wimplicit-fallthrough - -Wmissing-declarations - -Wredundant-decls - -Wundef - -Wwrite-strings - -Wold-style-cast # C++ only - -Woverloaded-virtual # C++ only - -Wnon-virtual-dtor # C++ only - -Wduplicated-cond # GCC - -Wduplicated-branches # GCC - -Wlogical-op # GCC - -Wuseless-cast # C++ only - -Wextra-semi # Clang + ) endif() |
