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:
parent
e86cbf426a
commit
60a683daa8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user