With Fedora 44, I'm hitting a bunch of new warnings, one from the compiler, a few from cppcheck and many from clang-tidy. Fix them. David Gibson (8): netlink: erromsg should be const in nl_status() virtio: Reduce scope of variable conf: Fix not-actually-const parameter to conf_runas() and conf_ugid() clang-tidy: Squash inconsistent brace warnings in foreach macros clang-tidy: Suppress sscanf() warning harder packet, clang-tidy: Packet pool buffers are not NULL treewide: Make some additional variables static clang-tidy: Suppress some new unhelpful new warnings .clang-tidy | 11 +++++++++++ conf.c | 9 +++++---- flow.c | 2 ++ flow_table.h | 8 ++++++-- fwd.c | 3 ++- log.c | 2 +- netlink.c | 3 ++- packet.c | 2 ++ tcp.c | 6 +++--- tcp_buf.c | 4 ++-- virtio.c | 4 ++-- 11 files changed, 38 insertions(+), 16 deletions(-) -- 2.54.0