Commit 832cee5b authored by Ferry Huberts's avatar Ferry Huberts

Adjust warnings flags, as requested

Signed-off-by: default avatarFerry Huberts <ferry.huberts@pelagic.nl>
parent 44d60f8d
...@@ -99,7 +99,7 @@ set(CLANG_CXXFLAGS "-std=c++11 \ ...@@ -99,7 +99,7 @@ set(CLANG_CXXFLAGS "-std=c++11 \
-Wno-extra-semi-stmt \ -Wno-extra-semi-stmt \
-Wno-padded \ -Wno-padded \
-Wno-range-loop-analysis \ -Wno-range-loop-analysis \
-Wno-switch-enum -Wno-covered-switch-default \ -Wno-covered-switch-default \
-Wno-weak-vtables \ -Wno-weak-vtables \
") ")
...@@ -326,7 +326,7 @@ set(GCC_CXXFLAGS "-std=c++11 \ ...@@ -326,7 +326,7 @@ set(GCC_CXXFLAGS "-std=c++11 \
-Wswitch \ -Wswitch \
-Wswitch-bool \ -Wswitch-bool \
-Wswitch-default \ -Wswitch-default \
-Wno-switch-enum \ -Wswitch-enum \
-Wswitch-outside-range \ -Wswitch-outside-range \
-Wswitch-unreachable \ -Wswitch-unreachable \
-Wsync-nand \ -Wsync-nand \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment