From 108b354337cd54a86b375dfa2eb06849e63d9301 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 16 Feb 2025 15:54:11 +0000 Subject: [PATCH] configure: Compile everything with -std=gnu17 Signed-off-by: Michael Tremer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5