Hello. I am running cppcheck from Keil using the command: --enable=all --project=proj.cppcheck Contents of proj.cppcheck: <?xml version="1.0" encoding="UTF-8"?> <project version="1"> <builddir>cppcheck-build-dir</builddir> <platform>arm32-wchar_t2.xml</platform> <analyze-all-vs-configs>false</analyze-all-vs-configs> <check-headers>true</check-headers> <check-unused-templates>true</check-unused-templates> <inline-suppression>true</inline-suppression> <max-ctu-depth>2</max-ctu-depth> <max-template-recursion>100</max-template-recursion>...