From ec82263821bf96bb5310fcb72ca6a8e35e30cbc4 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Feb 2024 05:32:33 +0000 Subject: build system: if supported, add -Wpedantic to --strict cflags. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index a89de3e..b535af1 100755 --- a/configure +++ b/configure @@ -718,7 +718,7 @@ config_flags() # ccstrict if [ _$mb_ccstrict = _yes ]; then - mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef)' + mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef) $(_CFLAGS_Wpedantic)' fi # ldstrict -- cgit v1.2.3