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:
commit
6636b59ecb
@ -189,6 +189,7 @@ endif
|
||||
## because LZMA SDK
|
||||
ifeq ($(CC),clang)
|
||||
CFLAGS += -Wno-enum-conversion
|
||||
CFLAGS += -Wno-typedef-redefinition
|
||||
endif
|
||||
|
||||
## because ZLIB
|
||||
|
Loading…
Reference in New Issue
Block a user