]> git.ipfire.org Git - thirdparty/iproute2.git/commit
libbpf: fix clang warning about format non-literal
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 11 Jan 2022 17:54:37 +0000 (09:54 -0800)
committerDavid Ahern <dsahern@kernel.org>
Wed, 26 Jan 2022 17:19:08 +0000 (10:19 -0700)
commitbf71c8f214b786f3180ebb7a6444ca75c75d8bfd
tree90af49a9a709f81950b59aa0cff4cdf889c45d58
parent5632cf69ad59b2081123fe7706dbb29e09e8a478
libbpf: fix clang warning about format non-literal

Add format attribute to the format string in print routines.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
lib/bpf_libbpf.c