Get rid of the compiler warnings caused by LZMA SDK

pull/1878/head
jsteube 5 years ago
parent 02bdf8dda3
commit 05b71b6bc0

@ -180,6 +180,11 @@ CFLAGS += -Wall
CFLAGS += -Wextra
endif
## because LZMA SDK
ifeq ($(CC),clang)
CFLAGS += -Wno-enum-conversion
endif
## is very annoying during refactor
CFLAGS += -Wno-unused-variable
CFLAGS += -Wno-unused-function

Loading…
Cancel
Save