diff options
| author | Jani Nikula <[email protected]> | 2024-03-28 12:24:55 +0200 |
|---|---|---|
| committer | Jani Nikula <[email protected]> | 2024-04-02 10:53:59 +0300 |
| commit | 2d2d92bc2583cbfbe4d156f5fdf6c49789c94a6f (patch) | |
| tree | d76b25983eee4f8888d2a1e38bc642f10e7a663d /tools/perf/scripts/python/stackcollapse.py | |
| parent | 5a1da42b50f3594e18738885c2f23ed36629dd00 (diff) | |
drm/i915: use fine grained -Woverride-init disable
Use localized __diag_push(), __diag_ignore_all() with rationale, and
__diag_pop() for specific initializations instead of blanket disabling
of -Woverride-init across several files.
Note that we've tried this before with commit 88e9664434c9 ("drm/i915:
use localized __diag_ignore_all() instead of per file") and reverted in
commit 290d16104575 ("Revert "drm/i915: use localized
__diag_ignore_all() instead of per file""). The issue turned out to be
in __diag_ignore_all() and it was fixed by commit 689b097a06ba
("compiler-gcc: Suppress -Wmissing-prototypes warning for all supported
GCC"). So we should be able to pull this off now.
Cc: Arnd Bergmann <[email protected]>
Cc: Lucas De Marchi <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions