commit: 204bba2049c77c717782e4641b2c9b1177876e85
parent 280bfc2fc6c34d325f70eead7d0e95b25f7fdc02
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 26 May 2025 09:03:50 +0200
configure: Add -Wvla when supported
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -233,7 +233,7 @@ echo
check_cflag "-Werror=implicit-function-declaration" && CFLAGS_CHECK="${CFLAGS_CHECK} -Werror=implicit-function-declaration"
-for f in -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
+for f in -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wvla
do
check_cflag "$f" && CFLAGS="${CFLAGS} $f"
done