Merge pull request #3085 from matrix/clang_build_warnings

Fix build warnings with clang <= 10
pull/3099/head
Jens Steube 2 years ago committed by GitHub
commit 6d5add1720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save