nft-fullcone: fix build with clang

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-05-03 20:20:22 +08:00
parent 2d1bdeb874
commit 7be5a5866b

View File

@ -14,5 +14,8 @@ $(TARGET)-objs := \
# product # product
ccflags-y += -Werror -Wall ccflags-y += -Werror -Wall
# clang
ccflags-y += -Wno-unused-but-set-variable -Wno-sometimes-uninitialized
# develop # develop
#ccflags-y += -Wall -Wno-unused-function #ccflags-y += -Wall -Wno-unused-function