shithub: jbig2

Download patch

ref: 483249ce08125a738fcae44fe59f9ef5ef0cb023
parent: 40357b4f892a85d407f098c3b855a860db48c62e
author: Sebastian Rasmussen <sebras@gmail.com>
date: Sun Sep 29 13:10:00 EDT 2019

jbig2dec: Enable warnings for signedness in comparisons.

--- a/configure.ac.in
+++ b/configure.ac.in
@@ -27,7 +27,7 @@
 
 # platform specific compiler flags
 if test "x$GCC" = xyes; then
-  CFLAGS="$CFLAGS -Wall"
+  CFLAGS="$CFLAGS -Wall -Wsign-compare"
 fi
 
 # Checks for libraries.