aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4343739490f..6523ab53f178 100644
--- a/Makefile
+++ b/Makefile
@@ -723,7 +723,7 @@ else
723 723
724# These warnings generated too much noise in a regular build. 724# These warnings generated too much noise in a regular build.
725# Use make W=1 to enable them (see scripts/Makefile.extrawarn) 725# Use make W=1 to enable them (see scripts/Makefile.extrawarn)
726KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 726KBUILD_CFLAGS += -Wno-unused-but-set-variable
727endif 727endif
728 728
729KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 729KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)