mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Get rid of cast-function-type warnings on newer GCC
This commit is contained in:
parent
d18ff6fa3d
commit
48f60cc0f5
@ -179,6 +179,7 @@ ifeq ($(PRODUCTION),0)
|
|||||||
CFLAGS += -W
|
CFLAGS += -W
|
||||||
CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
CFLAGS += -Wextra
|
CFLAGS += -Wextra
|
||||||
|
CFLAGS += -Wno-cast-function-type
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## because LZMA SDK
|
## because LZMA SDK
|
||||||
|
Loading…
Reference in New Issue
Block a user