--- a/Makefile | |
+++ b/Makefile | |
@@ -339,6 +339,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__ | |
KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | |
-fno-strict-aliasing -fno-common \ | |
-Werror-implicit-function-declaration \ | |
+ -Wno-error=unused-but-set-variable \ | |
-Wno-format-security \ | |
-fno-delete-null-pointer-checks | |
KBUILD_AFLAGS := -D__ASSEMBLY__ |