Fix warning with osx build

pull/2805/head
Gabriele Gristina 3 years ago
parent 918a621506
commit 0719bda7c4

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