fix compiler warnings

This commit is contained in:
ivanovborislav 2022-12-10 16:53:48 +02:00 committed by GitHub
parent 4ac506c26d
commit d50e17a7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ EXTRA_CFLAGS += -Wno-unused-function
#EXTRA_CFLAGS += -Wno-uninitialized
EXTRA_CFLAGS += -Wno-misleading-indentation
EXTRA_CFLAGS += -Wno-implicit-fallthrough
EXTRA_CFLAGS += -Wno-address
EXTRA_CFLAGS += -Wframe-larger-than=1648
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
ifeq ($(GCC_VER_49),1)