gcc: disable picky gcc-8 function pointer warnings

This commit is contained in:
Jens Steube
2020-01-14 13:17:45 +01:00
parent 60ee3e49e7
commit 7672c49f7e
2 changed files with 11 additions and 1 deletions

View File

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