nft-fullcone: disable -Wframe-address warning with -Wno-frame-address flag
This commit is contained in:
parent
7be5a5866b
commit
f422565913
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user