[libpng16] Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile

This commit is contained in:
Glenn Randers-Pehrson
2013-11-18 17:07:26 -06:00
parent 7976b3c3e3
commit a7f0bcb3a6
5 changed files with 5 additions and 3 deletions

View File

@@ -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