Get rid of cast-function-type warnings on newer GCC

pull/2241/head
Jens Steube 5 years ago
parent d18ff6fa3d
commit 48f60cc0f5

@ -179,6 +179,7 @@ ifeq ($(PRODUCTION),0)
CFLAGS += -W
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Wno-cast-function-type
endif
## because LZMA SDK

Loading…
Cancel
Save