shithub: jbig2

Download patch

ref: 816d22aedc4bf1bc5d629f3b94b801c2ccf14693
parent: e3d615c2d58020492dda10a84ac06977a76035ef
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed May 7 12:02:11 EDT 2003

Remove the warnings flag; -Wall is gcc-specific so we need to turn it on from inside configure if
at all. There is an AC_COMPILE_WARNINGS() in the GNU ac-archive.

(recommitted after the repository became corrupt. original change dated Wed Apr 16 15:56:27 2003)


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@237 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,6 @@
 	jbig2.h jbig2_image.h getopt.h \
 	os_types.h config_types.h config_win32.h
 jbig2dec_LDADD = libjbig2dec.a @LIBOBJS@
-jbig2dec_CFLAGS = -Wall
 
 test_sha1_SOURCES = sha1.c sha1.h
 test_sha1_CFLAGS = -DTEST