1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Hide warning about implicit declaration of function

This commit is contained in:
Gabriele Gristina 2019-06-29 15:13:07 +02:00
parent e86cbf426a
commit 60a683daa8

View File

@ -179,6 +179,7 @@ endif
## because ZLIB
ifeq ($(USE_SYSTEM_ZLIB),0)
CFLAGS_ZLIB += -Wno-implicit-fallthrough
CFLAGS_ZLIB += -Wno-implicit-function-declaration
endif
ifeq ($(DEBUG),0)