1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Build: Omit -Wc99-c11-compat since it warns about _Noreturn.

This commit is contained in:
Lasse Collin 2023-09-08 18:41:25 +03:00
parent 90c94dddfd
commit 74b0e900c9

View file

@ -1086,7 +1086,6 @@ AS_IF([test "$GCC" = yes], [
-Wall \
-Wextra \
-Wvla \
-Wc99-c11-compat \
-Wformat=2 \
-Winit-self \
-Wmissing-include-dirs \