mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
silent zlib warning under AppVeyor
This commit is contained in:
parent
00de69e57e
commit
f0811de70d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
MYSRCPATHS = ../../common/zlib
|
MYSRCPATHS = ../../common/zlib
|
||||||
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
|
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
|
||||||
MYINCLUDES = -I../../common/zlib
|
MYINCLUDES = -I../../common/zlib
|
||||||
MYCFLAGS =
|
MYCFLAGS = -Wno-error=strict-prototypes
|
||||||
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
|
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
|
||||||
#-DDEBUG -Dverbose=1
|
#-DDEBUG -Dverbose=1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue