mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Merge pull request #3085 from matrix/clang_build_warnings
Fix build warnings with clang <= 10
This commit is contained in:
commit
6d5add1720
@ -194,8 +194,10 @@ endif
|
||||
|
||||
ifeq ($(USE_SYSTEM_LZMA),0)
|
||||
CFLAGS_LZMA += -D_7ZIP_ST
|
||||
ifneq ($(CC),clang)
|
||||
CFLAGS_LZMA += -Wno-misleading-indentation
|
||||
endif
|
||||
endif
|
||||
|
||||
## because ZLIB
|
||||
ifeq ($(USE_SYSTEM_ZLIB),0)
|
||||
|
Loading…
Reference in New Issue
Block a user