]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: fix format string warnings
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 27 Jun 2024 16:59:18 +0000 (09:59 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 27 Jun 2024 16:59:18 +0000 (09:59 -0700)
commit357808abd3a67bcf4d1444a25268c45dda62e87f
treeee6665ba78c0810238789478c75741682efafb23
parentc6c39f3c6da4bf093aad6d0eb1c5b07a7aa2dab7
ss: fix format string warnings

Clang complains that format string is not a string literal
unless the functions are annotated.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c