From: Mark Stapp Date: Thu, 24 Apr 2025 15:41:04 +0000 (-0400) Subject: build: missing-noreturn warnings are errors X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=015772475d6a64389b30cd517a2961bf30213d81;p=mirror%2Ffrr.git build: missing-noreturn warnings are errors Remove the temporary 'no-error' for the newly-added warning. Signed-off-by: Mark Stapp --- diff --git a/configure.ac b/configure.ac index 4484c079e0..0d5a2dbf79 100644 --- a/configure.ac +++ b/configure.ac @@ -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])