1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 03:08:58 +00:00

Fix warning with osx build

This commit is contained in:
Gabriele Gristina 2021-06-06 14:32:14 +02:00
parent 918a621506
commit 0719bda7c4

View File

@ -189,6 +189,7 @@ endif
## because LZMA SDK
ifeq ($(CC),clang)
CFLAGS += -Wno-enum-conversion
CFLAGS += -Wno-typedef-redefinition
endif
## because ZLIB