From 832cee5b77013ef8058356f2273f496cd3d9b6f0 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Thu, 12 Aug 2021 19:49:54 +0200 Subject: [PATCH] Adjust warnings flags, as requested Signed-off-by: Ferry Huberts --- cmake/ci.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/ci.cmake b/cmake/ci.cmake index 7f2a56de6..2bcdd0062 100644 --- a/cmake/ci.cmake +++ b/cmake/ci.cmake @@ -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 \