aboutsummaryrefslogtreecommitdiff
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
parentxz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1). (diff)
downloadxz-a8bb8358d10b059274f3cf993d9b8f490bafb268.tar.xz
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 '')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 670d3bf7..f005f19d 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 \