diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-09-08 18:41:25 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-09-22 20:06:26 +0300 |
commit | 74b0e900c92d5b222b36f474f1efa431f8e262f7 (patch) | |
tree | 64e5870daf23843f0d88b77c4669e4660b63a43d | |
parent | tuklib: Update tuklib_attr_noreturn for C11/C17 and C23. (diff) | |
download | xz-74b0e900c92d5b222b36f474f1efa431f8e262f7.tar.xz |
Build: Omit -Wc99-c11-compat since it warns about _Noreturn.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |