diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
726 | KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) | 726 | KBUILD_CFLAGS += -Wno-unused-but-set-variable |
727 | endif | 727 | endif |
728 | 728 | ||
729 | KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) | 729 | KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) |