1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Merge pull request #2805 from matrix/fix_osx_Makefile_warnings_2

Fix warning with osx/clang build
This commit is contained in:
Jens Steube 2021-06-07 08:06:35 +02:00 committed by GitHub
commit 6636b59ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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