silent zlib warning under AppVeyor

This commit is contained in:
Philippe Teuwen 2020-05-04 02:17:47 +02:00
parent 00de69e57e
commit f0811de70d

View file

@ -1,7 +1,7 @@
MYSRCPATHS = ../../common/zlib
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
MYINCLUDES = -I../../common/zlib
MYCFLAGS =
MYCFLAGS = -Wno-error=strict-prototypes
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
#-DDEBUG -Dverbose=1