mirror of
https://github.com/hashcat/hashcat.git
synced 2025-04-27 12:39:22 +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)
|
ifeq ($(USE_SYSTEM_LZMA),0)
|
||||||
CFLAGS_LZMA += -D_7ZIP_ST
|
CFLAGS_LZMA += -D_7ZIP_ST
|
||||||
|
ifneq ($(CC),clang)
|
||||||
CFLAGS_LZMA += -Wno-misleading-indentation
|
CFLAGS_LZMA += -Wno-misleading-indentation
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
## because ZLIB
|
## because ZLIB
|
||||||
ifeq ($(USE_SYSTEM_ZLIB),0)
|
ifeq ($(USE_SYSTEM_ZLIB),0)
|
||||||
|
Loading…
Reference in New Issue
Block a user