mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 08:10:59 +00:00
Silence GCC misleading indentation warning for LZMA SDK
This commit is contained in:
parent
47bb7620ee
commit
985252e283
@ -194,6 +194,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(USE_SYSTEM_LZMA),0)
|
ifeq ($(USE_SYSTEM_LZMA),0)
|
||||||
CFLAGS_LZMA += -D_7ZIP_ST
|
CFLAGS_LZMA += -D_7ZIP_ST
|
||||||
|
CFLAGS_LZMA += -Wno-misleading-indentation
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## because ZLIB
|
## because ZLIB
|
||||||
|
Loading…
Reference in New Issue
Block a user