Adjust warnings flags, as requested

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
pull/2927/head
Ferry Huberts 2021-08-12 19:49:54 +02:00
parent 44d60f8d14
commit 832cee5b77
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ set(CLANG_CXXFLAGS "-std=c++11 \
-Wno-extra-semi-stmt \
-Wno-padded \
-Wno-range-loop-analysis \
-Wno-switch-enum -Wno-covered-switch-default \
-Wno-covered-switch-default \
-Wno-weak-vtables \
")
@ -326,7 +326,7 @@ set(GCC_CXXFLAGS "-std=c++11 \
-Wswitch \
-Wswitch-bool \
-Wswitch-default \
-Wno-switch-enum \
-Wswitch-enum \
-Wswitch-outside-range \
-Wswitch-unreachable \
-Wsync-nand \