]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
autogen.sh: CFLAGS: Remove -Werror=sign-compare
authorAlejandro Colomar <alx@kernel.org>
Sun, 15 Mar 2026 15:19:31 +0000 (16:19 +0100)
committerSerge Hallyn <serge@hallyn.com>
Fri, 10 Apr 2026 03:20:34 +0000 (22:20 -0500)
GCC has issues with literal -1.

Link: <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119011>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
autogen.sh

index 1e5278faa96001a67c1181f313633c488840854d..c7bced6d9cf7aea07bfc91ed63f5c664a2991d6c 100755 (executable)
@@ -10,7 +10,6 @@ CFLAGS="$CFLAGS -Werror=implicit-function-declaration"
 CFLAGS="$CFLAGS -Werror=implicit-int"
 CFLAGS="$CFLAGS -Werror=incompatible-pointer-types"
 CFLAGS="$CFLAGS -Werror=int-conversion"
-CFLAGS="$CFLAGS -Werror=sign-compare"
 CFLAGS="$CFLAGS -Werror=sizeof-pointer-div"
 CFLAGS="$CFLAGS -Werror=unused-but-set-parameter"
 CFLAGS="$CFLAGS -Werror=unused-function"