diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-09-28 14:33:28 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-09-29 12:22:23 +0200 |
commit | 6ce68113e38bd91ed9d31741a380972b34cbced6 (patch) | |
tree | b1bf6623f393e1726053e75f26521ad83f5db63a /contrib | |
parent | 656acdfc26b0a03329db005e41d0aaf789afca29 (diff) | |
download | passt-6ce68113e38bd91ed9d31741a380972b34cbced6.tar passt-6ce68113e38bd91ed9d31741a380972b34cbced6.tar.gz passt-6ce68113e38bd91ed9d31741a380972b34cbced6.tar.bz2 passt-6ce68113e38bd91ed9d31741a380972b34cbced6.tar.lz passt-6ce68113e38bd91ed9d31741a380972b34cbced6.tar.xz passt-6ce68113e38bd91ed9d31741a380972b34cbced6.tar.zst passt-6ce68113e38bd91ed9d31741a380972b34cbced6.zip |
cppcheck: Broaden suppression for unused struct members
In a number of places in passt we use structures to represent over the wire
or in-file data with a fixed layout. After initialization we don't access
the fields individually and just write the structure as a whole to its
destination.
Unfortunately cppcheck doesn't cope with this pattern and thinks all the
structure members are unused. We already have suppressions for this in
pcap.c and dhcp.c However, it also appears in dhcp.c and netlink.c at
least. Since this is likely to be common, it seems wiser to just suppress
the error globally.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions