diff options
author | Jani Nikula <[email protected]> | 2023-07-11 14:02:14 +0300 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2023-07-13 19:26:47 +0300 |
commit | 290d161045753240f2100b8f44660426ecc97be5 (patch) | |
tree | 5fde812b85ecf3d9a0493921d0c832df3ec654ae /scripts/generate_rust_analyzer.py | |
parent | 8df6144dae146ea2296999a257f61bcb4f513fdb (diff) |
Revert "drm/i915: use localized __diag_ignore_all() instead of per file"
This reverts commit 88e9664434c994e97a9f6f8cdd1535495c660cea.
__diag_ignore_all() only works for GCC 8 or later.
-Woverride-init (from -Wextra, enabled in i915 Makefile) combined with
CONFIG_WERROR=y or W=e breaks the build for older GCC.
With i386_defconfig and x86_64_defconfig enabling CONFIG_WERROR=y by
default, we really need to roll back the change.
An alternative would be to disable -Woverride-init in the Makefile for
GCC <8, but the revert seems like the safest bet now.
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8768
Reported-by: John Garry <[email protected]>
References: https://lore.kernel.org/r/[email protected]
References: https://lore.kernel.org/r/[email protected]
Fixes: 88e9664434c9 ("drm/i915: use localized __diag_ignore_all() instead of per file")
Cc: Gustavo Sousa <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Gustavo Sousa <[email protected]>
Tested-by: John Garry <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions