Re: [PATCH] drm/i915: re-disable -Wframe-address

From: Nathan Chancellor
Date: Sun Apr 26 2020 - 18:24:51 EST


On Sun, Apr 26, 2020 at 02:42:15PM -0700, 'Nick Desaulniers' via Clang Built Linux wrote:
> 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@xxxxxxxxxx>

This is not technically a clang specific warning but I assume it is only
visible with clang so this location is probably fine.

Reviewed-by: Nathan Chancellor <natechancellor@xxxxxxxxx>