github-ci: Enable exhaustive branch analysis in cppcheck job.

This commit is contained in:
Dag-Erling Smørgrav 2024-05-01 12:16:29 +02:00
parent d69aee5244
commit 26be7c3f11

View file

@ -39,6 +39,7 @@ for xml_context_bytes in 0 1024; do
--quiet
--error-exitcode=1
--force
--check-level=exhaustive
--suppress=objectIndex
--suppress=unknownMacro
-DXML_CONTEXT_BYTES=${xml_context_bytes}