mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 22:19:12 +00:00
mass-cppcheck.sh: Suppress warning "unknownMacro"
This commit is contained in:
parent
9d425466b8
commit
3120b86447
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scripts/mass-cppcheck.sh
vendored
1
.github/workflows/scripts/mass-cppcheck.sh
vendored
|
@ -44,6 +44,7 @@ cppcheck_args=(
|
|||
--error-exitcode=1
|
||||
--force
|
||||
--suppress=objectIndex
|
||||
--suppress=unknownMacro
|
||||
)
|
||||
|
||||
find_args=(
|
||||
|
|
Loading…
Add table
Reference in a new issue