Commit d71a6330 authored by Olivier Crête's avatar Olivier Crête

configure: Remove missing-noreturn warning

We don't have or call noreturn functions in practice and it makes
the stun test build fail on clang.
parent 68ff86f9
...@@ -145,7 +145,6 @@ AS_IF([test "$enable_compile_warnings" = "yes" -o \ ...@@ -145,7 +145,6 @@ AS_IF([test "$enable_compile_warnings" = "yes" -o \
NICE_ADD_FLAG([-Winline]) NICE_ADD_FLAG([-Winline])
NICE_ADD_FLAG([-Wpacked]) NICE_ADD_FLAG([-Wpacked])
NICE_ADD_FLAG([-Wmissing-format-attribute]) NICE_ADD_FLAG([-Wmissing-format-attribute])
NICE_ADD_FLAG([-Wmissing-noreturn])
NICE_ADD_FLAG([-Winit-self]) NICE_ADD_FLAG([-Winit-self])
NICE_ADD_FLAG([-Wredundant-decls]) NICE_ADD_FLAG([-Wredundant-decls])
NICE_ADD_FLAG([-Wmissing-include-dirs]) NICE_ADD_FLAG([-Wmissing-include-dirs])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment