How to add headerfile path in Cppcheck

59 Views Asked by At

Cppcheck fails to detect a header file during analyses so it incorrectly reports a MISRA C:2012 violation of Rule 8.4. The code is written correctly (see this) but I can't find where to add a header file or path:

enter image description here

How do I add a header file in CppCheck?

0

There are 0 best solutions below