From a7f0bcb3a6b7864b70300a7cc6d1a424a08bbe27 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 18 Nov 2013 17:07:26 -0600 Subject: [PATCH] [libpng16] Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile --- ANNOUNCE | 1 + CHANGES | 1 + contrib/pngminim/decoder/makefile | 2 +- contrib/pngminim/encoder/makefile | 2 +- contrib/pngminim/preader/makefile | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 868089ff4..609c5a0b2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -32,6 +32,7 @@ Version 1.6.8beta01 [November 18, 2013] what is in pngpriv.h. Moved prototype for png_handle_unknown() in pngpriv.h outside of the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block. + Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index ad438b31e..53b4e909d 100644 --- a/CHANGES +++ b/CHANGES @@ -4719,6 +4719,7 @@ Version 1.6.8beta01 [November 18, 2013] what is in pngpriv.h. Moved prototype for png_handle_unknown() in pngpriv.h outside of the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block. + Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/pngminim/decoder/makefile b/contrib/pngminim/decoder/makefile index 7eb68dee4..23e8e5b85 100644 --- a/contrib/pngminim/decoder/makefile +++ b/contrib/pngminim/decoder/makefile @@ -15,7 +15,7 @@ RM=rm -f COPY=cp CPPFLAGS=-I. -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP -CFLAGS=-O1 +CFLAGS=-O1 -Wall C=.c O=.o diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile index cc2fddd1b..ce67a9623 100644 --- a/contrib/pngminim/encoder/makefile +++ b/contrib/pngminim/encoder/makefile @@ -15,7 +15,7 @@ RM=rm -f COPY=cp CPPFLAGS=-I. -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP -CFLAGS=-O1 +CFLAGS=-O1 -Wall C=.c O=.o diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile index ffd0fe7f1..c6855e8ff 100644 --- a/contrib/pngminim/preader/makefile +++ b/contrib/pngminim/preader/makefile @@ -31,7 +31,7 @@ XLIB = -L/usr/X11R6/lib -lX11 LIBS = $(XLIB) -lm #platforms that need libm CPPFLAGS=-I. $(XINC) -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP -CFLAGS=-O1 +CFLAGS=-O1 -Wall C=.c O=.o