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)
commit9f4069b055d1508c833115df7493b6e0001e5c9b
tree556b07bed3af15ffd3ba3d84bb2b91ac4e9dfd5a
parentb8a1181122f7a3d878e8a7a87603cd247ab24082
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