]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: missing-noreturn warnings are errors 18720/head
authorMark Stapp <mjs@cisco.com>
Thu, 24 Apr 2025 15:41:04 +0000 (11:41 -0400)
committerMark Stapp <mjs@cisco.com>
Thu, 24 Apr 2025 17:41:23 +0000 (13:41 -0400)
Remove the temporary 'no-error' for the newly-added warning.

Signed-off-by: Mark Stapp <mjs@cisco.com>
configure.ac

index 4484c079e0328e0c9bd95b59ab09d09f3ab2483b..0d5a2dbf79f3c214ee9383c48df7572ee0734c8b 100644 (file)
@@ -469,7 +469,6 @@ AC_C_FLAG([-Wundef])
 AC_C_FLAG([-Wimplicit-fallthrough])
 AC_C_FLAG([-Wshadow])
 AC_C_FLAG([-Wmissing-noreturn])
-AC_C_FLAG([-Wno-error=missing-noreturn])
 if test "$enable_gcc_ultra_verbose" = "yes" ; then
   AC_C_FLAG([-Wcast-qual])
   AC_C_FLAG([-Wmissing-format-attribute])