Merge pull request #2805 from matrix/fix_osx_Makefile_warnings_2

Fix warning with osx/clang build
pull/2809/head
Jens Steube 3 years ago committed by GitHub
commit 6636b59ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -189,6 +189,7 @@ endif
## because LZMA SDK
ifeq ($(CC),clang)
CFLAGS += -Wno-enum-conversion
CFLAGS += -Wno-typedef-redefinition
endif
## because ZLIB

Loading…
Cancel
Save