1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-01 21:30:58 +00: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 \ -Wall \
-Wextra \ -Wextra \
-Wvla \ -Wvla \
-Wc99-c11-compat \
-Wformat=2 \ -Wformat=2 \
-Winit-self \ -Winit-self \
-Wmissing-include-dirs \ -Wmissing-include-dirs \