diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2026-05-12 15:52:56 +1000 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-05-16 15:47:11 +0200 |
| commit | 9b1ef47c1c27b7637e1442934f19fcdcdc3e1628 (patch) | |
| tree | 536b4cf5fcbdade722c60bd4ebd11098fc47c9d2 /contrib/qemu/git: | |
| parent | bf639709726346f24362b09c065e39ae2cf73ea6 (diff) | |
| download | passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.tar passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.tar.gz passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.tar.bz2 passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.tar.lz passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.tar.xz passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.tar.zst passt-9b1ef47c1c27b7637e1442934f19fcdcdc3e1628.zip | |
pesto: Run static checkers on pesto sources
Update the Makefile to run both clang-tidy and cppcheck on pesto as well
as on passt and passt-repair. This requires a couple of secondary
corrections:
* pesto.c had an inline suppression that is no longer correct now that
the protocol version has been bumped to 1. Remove it.
* We were globally suppressing the unusedStructMember because it
hit many false positives on both passt and passt-repair. It doesn't
in pesto, meaning it instead creates an unusedSuppression warning.
Apply the suppression as a flag override for passt and passt-repair,
instead of globally.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib/qemu/git:')
0 files changed, 0 insertions, 0 deletions
