Merge pull request #2140 from matt335672/cpprelease_27

Move to cppcheck 2.7 and bump default threads to 2
This commit is contained in:
matt335672 2022-02-08 09:27:43 +00:00 committed by GitHub
commit a13742f097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ jobs:
CC: gcc
# This is required to use a version of cppcheck other than that
# supplied with the operating system
CPPCHECK_VER: 2.6
CPPCHECK_VER: 2.7
CPPCHECK_REPO: https://github.com/danmar/cppcheck.git
steps:
# This is currently the only way to get a version into

View File

@ -48,7 +48,7 @@ fi
# Any options/directories specified?
if [ $# -eq 0 ]; then
set -- .
set -- -j 2 .
fi
# Display the cppcheck version and command for debugging