1 diff --git a/Makefile b/Makefile
2 index c74c308..d666454 100644
5 @@ -537,6 +537,8 @@ ifndef CONFIG_CC_STACKPROTECTOR
6 KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
9 +KBUILD_CFLAGS += $(call cc-option, -Wno-unused-but-set-variable)
11 ifdef CONFIG_FRAME_POINTER
12 KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls