summaryrefslogtreecommitdiff
path: root/jbig2dec
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2019-09-29 17:10:00 +0200
committerSebastian Rasmussen <sebras@gmail.com>2020-03-20 17:56:08 +0800
commitf20fc43d80e31780935be96393800cc1fac8ac50 (patch)
tree5e403ea4e6cf574c8c3e8e7f0ea662cb9d1d2527 /jbig2dec
parent5947fb2f1c022982e82406639517ebacae8d5cf6 (diff)
downloadghostpdl-f20fc43d80e31780935be96393800cc1fac8ac50.tar.gz
jbig2dec: Enable warnings for signedness in comparisons.
Diffstat (limited to 'jbig2dec')
-rw-r--r--jbig2dec/configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jbig2dec/configure.ac.in b/jbig2dec/configure.ac.in
index d1669c919..95dbf6396 100644
--- a/jbig2dec/configure.ac.in
+++ b/jbig2dec/configure.ac.in
@@ -27,7 +27,7 @@ AC_PROG_LIBTOOL
# platform specific compiler flags
if test "x$GCC" = xyes; then
- CFLAGS="$CFLAGS -Wall"
+ CFLAGS="$CFLAGS -Wall -Wsign-compare"
fi
# Checks for libraries.