From f42256591329b2d733a4febc2e7b2cea5388883d Mon Sep 17 00:00:00 2001 From: Bard L Date: Tue, 7 May 2024 10:45:26 +0800 Subject: [PATCH] nft-fullcone: disable -Wframe-address warning with -Wno-frame-address flag --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0040fac..4c26f76 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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