diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 13:04:05 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-02-03 21:10:47 +0800 |
commit | 718f7a60e740b26b8353965edaaddc7d4deb4d85 (patch) | |
tree | 6e09123ed57e15997f165500d5b500384ab86818 /configure.ac | |
parent | xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1). (diff) | |
download | xz-718f7a60e740b26b8353965edaaddc7d4deb4d85.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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 \ |