We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1460d commit 06bb7fcCopy full SHA for 06bb7fc
scripts/Makefile.extrawarn
@@ -98,7 +98,6 @@ else
98
# Suppress them by using -Wno... except for W=1.
99
KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
100
KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
101
-KBUILD_CFLAGS += $(call cc-disable-warning, restrict)
102
KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
103
KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
104
KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation)
0 commit comments