From: Lasse Collin Date: Fri, 8 Sep 2023 15:41:25 +0000 (+0300) Subject: Build: Omit -Wc99-c11-compat since it warns about _Noreturn. X-Git-Tag: v5.5.1alpha~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b0e900c92d5b222b36f474f1efa431f8e262f7;p=thirdparty%2Fxz.git Build: Omit -Wc99-c11-compat since it warns about _Noreturn. --- diff --git a/configure.ac b/configure.ac index 905d717f..f83c31eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1086,7 +1086,6 @@ AS_IF([test "$GCC" = yes], [ -Wall \ -Wextra \ -Wvla \ - -Wc99-c11-compat \ -Wformat=2 \ -Winit-self \ -Wmissing-include-dirs \