mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-28 20:29:07 +08:00
We used to have it disabled for GCC8, but now GCC10 is false-report same warnings, so disable stringop-truncation warnigs for GCC10 as well. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>