Skip to content

Commit 0157724

Browse files
author
Mark Stapp
committed
build: missing-noreturn warnings are errors
Remove the temporary 'no-error' for the newly-added warning. Signed-off-by: Mark Stapp <[email protected]>
1 parent 098d692 commit 0157724

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ AC_C_FLAG([-Wundef])
469469
AC_C_FLAG([-Wimplicit-fallthrough])
470470
AC_C_FLAG([-Wshadow])
471471
AC_C_FLAG([-Wmissing-noreturn])
472-
AC_C_FLAG([-Wno-error=missing-noreturn])
473472
if test "$enable_gcc_ultra_verbose" = "yes" ; then
474473
AC_C_FLAG([-Wcast-qual])
475474
AC_C_FLAG([-Wmissing-format-attribute])

0 commit comments

Comments
 (0)