summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-01-12 13:04:05 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-01-12 13:04:05 +0200
commita8bb8358d10b059274f3cf993d9b8f490bafb268 (patch)
tree7339eb6dc0462097166feb0dc3a984b16b39cb11 /configure.ac
parent52dc033d0bde0d19e3912303c6c74bae559d6498 (diff)
downloadxz-a8bb8358d10b059274f3cf993d9b8f490bafb268.tar.gz
Build: Omit -Wmissing-noreturn from the default warnings.
It's not that important. It can be annoying in builds that disable many features since in those cases the tests programs will correctly trigger this warning with Clang.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 670d3bf..f005f19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1064,7 +1064,6 @@ if test "$GCC" = yes ; then
-Wold-style-definition \
-Wmissing-prototypes \
-Wmissing-declarations \
- -Wmissing-noreturn \
-Wredundant-decls \
\
-Wc99-compat \