diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-17 15:52:36 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-17 15:52:36 +0000 |
| commit | a02ccef18c1eedaf566d1e2ed1b830aaaf308bbf (patch) | |
| tree | 21777f044b7360d0d04f47fb0260264825cbfdfb | |
| parent | f6bf88be826aa239e981e24b3b1e44ad12ae623d (diff) | |
| download | skalibs-a02ccef18c1eedaf566d1e2ed1b830aaaf308bbf.tar.gz | |
Tentative -Werror=incompatible-pointer-types for choose
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
