mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-21 02:54:21 +08:00
Fix all sign-compare warnings
Also flip on -Wsign-compare in the default configuration
This commit is contained in:
@@ -68,7 +68,7 @@ AM_CONDITIONAL(SQL, test x$sql = xtrue)
|
||||
AC_SUBST(SQL)
|
||||
AC_SUBST(LFLAGS)
|
||||
|
||||
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Werror"
|
||||
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wsign-compare -Werror"
|
||||
AS_CASE([$host],
|
||||
[*mingw*|*cygwin*], [LDFLAGS="$LDFLAGS -no-undefined"], [])
|
||||
AS_CASE([$host],
|
||||
|
||||
Reference in New Issue
Block a user