Merge pull request #1031 from libexpat/cppcheck-dissolve-suppression

Start calling Cppcheck without `--suppress=objectIndex --suppress=unknownMacro`
This commit is contained in:
Sebastian Pipping 2025-09-10 23:34:58 +02:00 committed by GitHub
commit 70ccc59112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -41,9 +41,9 @@ for xml_context_bytes in 0 1024; do
--error-exitcode=1
--force
--check-level=exhaustive
--suppress=objectIndex
--suppress=unknownMacro
'-D__has_attribute(x)=1'
'-DEXPAT_FMT_SIZE_T(x)=%llu'
'-DEXPAT_FMT_ULL(x)=%llu'
-DXML_CONTEXT_BYTES=${xml_context_bytes}
-DXML_GE=${xml_ge}
)

View File

@ -57,6 +57,8 @@ Release 2.7.2 ??? ????? ?? ????
Infrastructure:
#1003 CI: Cover compilation on FreeBSD
#1009 CI: Upgrade Clang from 19 to 20
#1031 CI: Make calling Cppcheck without --suppress=objectIndex
and --suppress=unknownMacro possible
#1013 CI|Windows: Get off of deprecated image "windows-2019"
#1008 #1017 ..
#1023 #1025 CI: Adapt to breaking changes in GitHub Actions