1
0
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:
Jens Steube 2021-12-31 17:40:04 +01:00 committed by GitHub
commit 6d5add1720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)