mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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.
This commit is contained in:
parent
52dc033d0b
commit
a8bb8358d1
1 changed files with 0 additions and 1 deletions
|
@ -1064,7 +1064,6 @@ if test "$GCC" = yes ; then
|
||||||
-Wold-style-definition \
|
-Wold-style-definition \
|
||||||
-Wmissing-prototypes \
|
-Wmissing-prototypes \
|
||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
-Wmissing-noreturn \
|
|
||||||
-Wredundant-decls \
|
-Wredundant-decls \
|
||||||
\
|
\
|
||||||
-Wc99-compat \
|
-Wc99-compat \
|
||||||
|
|
Loading…
Reference in a new issue