From 7be5a5866bf8940205cad1c2188269827bc844a5 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 3 May 2024 20:20:22 +0800 Subject: [PATCH] nft-fullcone: fix build with clang Signed-off-by: sbwml --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index 8427ebb..0040fac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,5 +14,8 @@ $(TARGET)-objs := \ # product ccflags-y += -Werror -Wall +# clang +ccflags-y += -Wno-unused-but-set-variable -Wno-sometimes-uninitialized + # develop #ccflags-y += -Wall -Wno-unused-function