From a02ccef18c1eedaf566d1e2ed1b830aaaf308bbf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 17 May 2026 15:52:36 +0000 Subject: Tentative -Werror=incompatible-pointer-types for choose --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8a274f6..f4aa043 100755 --- a/configure +++ b/configure @@ -161,7 +161,7 @@ choose () { libs="$*" r=true case "$what" in - *c*) $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -o "$tmpo" -c src/sysdeps/try$name.c 2>/dev/null || r=false ;; + *c*) $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -Werror=incompatible-pointer-types -o "$tmpo" -c src/sysdeps/try$name.c 2>/dev/null || r=false ;; esac if $r ; then case "$what" in -- cgit v1.3.1