From: Michael Tremer Date: Sun, 16 Feb 2025 15:54:11 +0000 (+0000) Subject: configure: Compile everything with -std=gnu17 X-Git-Tag: 0.9.30~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=108b354337cd54a86b375dfa2eb06849e63d9301;p=pakfire.git configure: Compile everything with -std=gnu17 Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 69b83f39..ecfcc5a6 100644 --- a/configure.ac +++ b/configure.ac @@ -116,7 +116,7 @@ m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-conf AC_PROG_CC CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ - -std=gnu11 \ + -std=gnu17 \ -Wall \ -Wextra \ -Warray-bounds=2 \