]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: re-disable -Wframe-address
authorNick Desaulniers <ndesaulniers@google.com>
Sun, 26 Apr 2020 21:42:15 +0000 (14:42 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 27 Apr 2020 08:58:27 +0000 (09:58 +0100)
commitcdddd63b1d3136f1f30738e12052a61aa5b53a34
tree556b07bed3af15ffd3ba3d84bb2b91ac4e9dfd5a
parent0f0105b98fe2e05862c62ea02fe7643b0e902982
drm/i915: re-disable -Wframe-address

The top level Makefile disables this warning. When building an
i386_defconfig with Clang, this warning is triggered a whole bunch via
includes of headers from perf.

Link: https://github.com/ClangBuiltLinux/continuous-integration/pull/182
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200426214215.139435-1-ndesaulniers@google.com
drivers/gpu/drm/i915/Makefile