summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-04-03 12:12:54 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-04-03 12:12:54 -0400
commitd71a633089fd0756860afae34bee62f0d2da8303 (patch)
tree2e3b4ceb8a25df81d8febd5501de2f9eb0ba6575
parent68ff86f942ff84138074496a53d73f4dacac4444 (diff)
downloadlibnice-d71a633089fd0756860afae34bee62f0d2da8303.tar.gz
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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7d16758..d65a211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,6 @@ AS_IF([test "$enable_compile_warnings" = "yes" -o \
NICE_ADD_FLAG([-Winline])
NICE_ADD_FLAG([-Wpacked])
NICE_ADD_FLAG([-Wmissing-format-attribute])
- NICE_ADD_FLAG([-Wmissing-noreturn])
NICE_ADD_FLAG([-Winit-self])
NICE_ADD_FLAG([-Wredundant-decls])
NICE_ADD_FLAG([-Wmissing-include-dirs])