diff --git a/.github/workflows/scripts/mass-cppcheck.sh b/.github/workflows/scripts/mass-cppcheck.sh index 1a5060e8..5261568f 100755 --- a/.github/workflows/scripts/mass-cppcheck.sh +++ b/.github/workflows/scripts/mass-cppcheck.sh @@ -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} )