mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-26 15:40:59 +00:00
Fix warning with osx build
This commit is contained in:
parent
918a621506
commit
0719bda7c4
@ -189,6 +189,7 @@ endif
|
|||||||
## because LZMA SDK
|
## because LZMA SDK
|
||||||
ifeq ($(CC),clang)
|
ifeq ($(CC),clang)
|
||||||
CFLAGS += -Wno-enum-conversion
|
CFLAGS += -Wno-enum-conversion
|
||||||
|
CFLAGS += -Wno-typedef-redefinition
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## because ZLIB
|
## because ZLIB
|
||||||
|
Loading…
Reference in New Issue
Block a user