mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-25 16:08:39 +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
|
## because ZLIB
|
||||||
ifeq ($(USE_SYSTEM_ZLIB),0)
|
ifeq ($(USE_SYSTEM_ZLIB),0)
|
||||||
CFLAGS_ZLIB += -Wno-implicit-fallthrough
|
CFLAGS_ZLIB += -Wno-implicit-fallthrough
|
||||||
|
CFLAGS_ZLIB += -Wno-implicit-function-declaration
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DEBUG),0)
|
ifeq ($(DEBUG),0)
|
||||||
|
Loading…
Reference in New Issue
Block a user