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:
Sebastian Pipping 2025-03-07 02:45:40 +01:00
parent 6620f6f40a
commit 688483ee3b

View file

@ -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}
)