mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-23 09:49: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>