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 f645d22 commit 3fecd46Copy full SHA for 3fecd46
drivers/gpu/drm/i915/Makefile
@@ -19,7 +19,7 @@ subdir-ccflags-y += -Wno-type-limits
19
subdir-ccflags-y += -Wno-missing-field-initializers
20
subdir-ccflags-y += -Wno-sign-compare
21
subdir-ccflags-y += -Wno-shift-negative-value
22
-subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
+subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable)
23
subdir-ccflags-y += $(call cc-disable-warning, frame-address)
24
subdir-ccflags-$(CONFIG_DRM_I915_WERROR) += -Werror
25
0 commit comments