diff --git a/src/Makefile b/src/Makefile index 7aba2540b..1443d4d5c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)