nft-fullcone: disable -Wframe-address warning with -Wno-frame-address flag

This commit is contained in:
Bard L 2024-05-07 10:45:26 +08:00
parent 7be5a5866b
commit f422565913

View File

@ -15,7 +15,7 @@ $(TARGET)-objs := \
ccflags-y += -Werror -Wall ccflags-y += -Werror -Wall
# clang # clang
ccflags-y += -Wno-unused-but-set-variable -Wno-sometimes-uninitialized ccflags-y += -Wno-unused-but-set-variable -Wno-sometimes-uninitialized -Wno-frame-address
# develop # develop
#ccflags-y += -Wall -Wno-unused-function #ccflags-y += -Wall -Wno-unused-function