Skip to content

Commit 2823f17

Browse files
committed
cfg tests: use --check-level=exhaustive to avoid extra information messages
1 parent 81b9015 commit 2823f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CFG="$DIR"../../cfg/
2727
# TODO: remove missingInclude disabling when it no longer is implied by --enable=information
2828
# Cppcheck options
2929
# need to suppress unmatchedSuppression in case valueFlowBailout is not reported
30-
CPPCHECK_OPT='--check-library --platform=unix64 --enable=style,information --inconclusive --force --error-exitcode=-1 --disable=missingInclude --inline-suppr --template="{file}:{line}:{severity}:{id}:{message}" --debug-warnings --suppress=valueFlowBailout --suppress=purgedConfiguration --suppress=unmatchedSuppression'
30+
CPPCHECK_OPT='--check-library --platform=unix64 --enable=style,information --inconclusive --force --check-level=exhaustive --error-exitcode=-1 --disable=missingInclude --inline-suppr --template="{file}:{line}:{severity}:{id}:{message}" --debug-warnings --suppress=valueFlowBailout --suppress=purgedConfiguration --suppress=unmatchedSuppression'
3131

3232
# Compiler settings
3333
CXX=g++

0 commit comments

Comments
 (0)