aboutgitcodebugslistschat
path: root/util.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2024-10-24 23:44:43 +0200
committerStefano Brivio <sbrivio@redhat.com>2024-10-30 12:37:31 +0100
commit744247856da10412a64ce0720f0e7359981748e1 (patch)
tree7b68a6145a3bb2ce20da66f9d38cca9142858d33 /util.c
parent98efe7c2fdd82a2822e1be8e5c5c8caed846ae76 (diff)
downloadpasst-744247856da10412a64ce0720f0e7359981748e1.tar
passt-744247856da10412a64ce0720f0e7359981748e1.tar.gz
passt-744247856da10412a64ce0720f0e7359981748e1.tar.bz2
passt-744247856da10412a64ce0720f0e7359981748e1.tar.lz
passt-744247856da10412a64ce0720f0e7359981748e1.tar.xz
passt-744247856da10412a64ce0720f0e7359981748e1.tar.zst
passt-744247856da10412a64ce0720f0e7359981748e1.zip
treewide: Silence cert-err33-c clang-tidy warnings for fprintf()
We use fprintf() to print to standard output or standard error streams. If something gets truncated or there's an output error, we don't really want to try and report that, and at the same time it's not abnormal behaviour upon which we should terminate, either. Just silence the warning with an ugly FPRINTF() variadic macro casting the fprintf() expressions to void. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions