mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
mass-cppcheck.sh: Make Cppcheck pass check for __attribute__((noreturn))
Related: https://sourceforge.net/p/cppcheck/discussion/general/thread/acbae4ae20/ https://sourceforge.net/p/cppcheck/discussion/general/thread/2f5d2766/
This commit is contained in:
parent
6620f6f40a
commit
688483ee3b
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
|
@ -43,6 +43,7 @@ for xml_context_bytes in 0 1024; do
|
|||
--check-level=exhaustive
|
||||
--suppress=objectIndex
|
||||
--suppress=unknownMacro
|
||||
'-D__has_attribute(x)=1'
|
||||
-DXML_CONTEXT_BYTES=${xml_context_bytes}
|
||||
-DXML_GE=${xml_ge}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue