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
+2
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)