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 ## because LZMA SDK
ifeq ($(CC),clang) ifeq ($(CC),clang)
CFLAGS += -Wno-enum-conversion CFLAGS += -Wno-enum-conversion
CFLAGS += -Wno-typedef-redefinition
endif endif
## because ZLIB ## because ZLIB

Loading…
Cancel
Save