Files
libbpf/src
Andrii Nakryiko 942a0b8056 Makefile: silence GCC's bogus complaint about possible NULL in printf
GCC started complaining that some of libbpf pr_warn() statements might
be passing NULL for map name. Map name is never NULL for non-NULL map
pointer, so this is a false positive which triggers build failures.
Silence format-overflow warning altogether to avoid this in the future
as well.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
2023-08-25 11:51:28 -07:00
..
2023-08-25 11:51:28 -07:00
2023-08-25 11:51:28 -07:00
2023-08-25 11:51:28 -07:00
2018-10-09 21:56:40 -07:00