2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Andrei Pavel 2021-10-20 10:35:05 +00:00 committed by Razvan Becheriu
parent dd939aed15
commit f31ef484fd

View 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) AC_MSG_CHECKING(noreturn support)
feature="noreturn" feature="noreturn"
CPPFLAGS="-Werror -Wimplicit-fallthrough $CPPFLAGS" CPPFLAGS="-Werror=implicit-fallthrough -Wimplicit-fallthrough $CPPFLAGS"
AC_COMPILE_IFELSE( AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM( [AC_LANG_PROGRAM(
[#include <cstdlib> [#include <cstdlib>