]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Apply 1 suggestion(s) to 1 file(s)
authorAndrei Pavel <andrei@isc.org>
Wed, 20 Oct 2021 10:35:05 +0000 (10:35 +0000)
committerRazvan Becheriu <razvan@isc.org>
Wed, 20 Oct 2021 10:35:05 +0000 (10:35 +0000)
m4macros/ax_cpp11.m4

index 0b2b05cd5830668520a4042f07c05c3d6bbaf2df..86f3ec43598977921af4225e9ab345c0368bf6d6 100644 (file)
@@ -229,7 +229,7 @@ for retry in "none" "--std=c++11" "--std=c++0x" "--std=c++1x" "fail"; do
 
         AC_MSG_CHECKING(noreturn support)
         feature="noreturn"
-        CPPFLAGS="-Werror -Wimplicit-fallthrough $CPPFLAGS"
+        CPPFLAGS="-Werror=implicit-fallthrough -Wimplicit-fallthrough $CPPFLAGS"
         AC_COMPILE_IFELSE(
                 [AC_LANG_PROGRAM(
                         [#include <cstdlib>