mirror of
https://github.com/libexpat/libexpat.git
synced 2026-01-26 07:37:56 +00:00
Merge pull request #1031 from libexpat/cppcheck-dissolve-suppression
Start calling Cppcheck without `--suppress=objectIndex --suppress=unknownMacro`
This commit is contained in:
commit
70ccc59112
4
.github/workflows/scripts/mass-cppcheck.sh
vendored
4
.github/workflows/scripts/mass-cppcheck.sh
vendored
@ -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}
|
||||
)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user