build: missing-noreturn warnings are errors

Remove the temporary 'no-error' for the newly-added warning.

Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
Mark Stapp 2025-04-24 11:41:04 -04:00
parent 098d692b6f
commit 015772475d

View 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])