update cppcheck to 2.16 (#2120)

This commit is contained in:
Adeeb Shihadeh
2025-01-12 15:58:23 -08:00
committed by GitHub
parent 6ee9c8d85a
commit a8f21d9273
2 changed files with 5 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ TEST variant options:
Critical errors
---------------
No critical errors, all files were checked.
Important: Analysis is still not guaranteed to be 'complete' it is possible there are false negatives.
No critical errors encountered.
Note: There might still have been non-critical bailouts which might lead to false negatives.
Open source checkers
@@ -465,8 +465,8 @@ TEST variant options:
Critical errors
---------------
No critical errors, all files were checked.
Important: Analysis is still not guaranteed to be 'complete' it is possible there are false negatives.
No critical errors encountered.
Note: There might still have been non-critical bailouts which might lead to false negatives.
Open source checkers

View File

@@ -10,7 +10,7 @@ fi
cd $CPPCHECK_DIR
VERS="2.15.0"
VERS="2.16.0"
git fetch --all --tags --force
git checkout $VERS