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
|
||||
|
||||
# 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
|
||||
#ccflags-y += -Wall -Wno-unused-function
|
||||
|
Loading…
x
Reference in New Issue
Block a user