From f0811de70d1a6a1f6bfb163291901e01e6bd75bc Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 4 May 2020 02:17:47 +0200 Subject: [PATCH] silent zlib warning under AppVeyor --- common/zlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zlib/Makefile b/common/zlib/Makefile index acc35bf42..9444aee9f 100644 --- a/common/zlib/Makefile +++ b/common/zlib/Makefile @@ -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