nft-fullcone: fix build with clang
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
2d1bdeb874
commit
7be5a5866b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user