blob: 0399f1416b5a000278609143f14e41609717cdfa [file] [log] [blame]
--- 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__