diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2026-06-15 18:18:29 +1000 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-06-16 23:49:24 +0200 |
| commit | 96c4a9db57118e4dccb6489bf93ed763ca3f18a5 (patch) | |
| tree | 5cba0624a6818642e7b59a62e2ee60d2deae8c3e | |
| parent | a9c61ffaf15347b8dfcc2347c5440e4b0e82333b (diff) | |
| download | passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.tar passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.tar.gz passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.tar.bz2 passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.tar.lz passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.tar.xz passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.tar.zst passt-96c4a9db57118e4dccb6489bf93ed763ca3f18a5.zip | |
cppcheck: Remove unused CPPCHECK_6936
Our flags for cppcheck include -D CPPCHECK_6936. This used to enable a
workaround for a cppcheck bug, but the code where we used it went away
in commit 9153aca15bc1. Remove the now unused flag.
Fixes: 9153aca15bc1 ("util: Add abort_with_msg() and ASSERT_WITH_MSG() helpers")
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -208,8 +208,7 @@ CPPCHECK_FLAGS = --std=c11 --error-exitcode=1 --enable=all --force \ else \ echo ""; \ fi) \ - --suppress=missingIncludeSystem \ - -D CPPCHECK_6936 + --suppress=missingIncludeSystem cppcheck: passt.cppcheck passt-repair.cppcheck pesto.cppcheck |
