diff options
author | Kees Cook <[email protected]> | 2022-10-06 12:20:51 -0700 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-10-12 09:36:38 +0300 |
commit | 2577a58df24417dcdd35a3ba5b9e4e419a7d1234 (patch) | |
tree | 8b893786fab502e80eea513f4c777e79c54ecee3 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 16ef02bad239f11f322df8425d302be62f0443ce (diff) |
wifi: carl9170: Remove -Warray-bounds exception
GCC-12 emits false positive -Warray-bounds warnings with
CONFIG_UBSAN_SHIFT (-fsanitize=shift). This is fixed in GCC 13[1],
and there is top-level Makefile logic to remove -Warray-bounds for
known-bad GCC versions staring with commit f0be87c42cbd ("gcc-12: disable
'-Warray-bounds' universally for now").
Remove the local work-around.
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105679
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Christian Lamparter <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions