diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-09-29 15:50:21 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-10-04 23:24:00 +0200 |
commit | 8640d62af719ecb48ed8c8adb31fd99f02a6c49b (patch) | |
tree | b455c407699a024087a3d0e1770c2ee73072d36a /util.c | |
parent | c0efa4e97f20848570552286403574bf228b6420 (diff) | |
download | passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.tar passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.tar.gz passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.tar.bz2 passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.tar.lz passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.tar.xz passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.tar.zst passt-8640d62af719ecb48ed8c8adb31fd99f02a6c49b.zip |
cppcheck: Use "exhaustive" level checking when available
Recent enough cppcheck versions (at least as of cppcheck 2.12) give this
error processing conf.c:
conf.c:1179:1: information: ValueFlow analysis is limited in conf. Use --check-level=exhaustive if full analysis is wanted. [checkLevelNormal]
Adding --check-level=exhaustive doesn't seem to significantly increase the
cppcheck run time for us, so enable it when possible, suppressing that
warning.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions