I have a project that I cross-compile on windows for ARM, and so I configure my cppcheck project file for the platform arm32-wchar_t2.xml from the GUI.
I have a lot of warning related to standard include headers not found.
As an example:
Include file: <stdint.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.</stdint.h>
Shoukld I care about it?
The message say "no".
But is there a way to fix/suppress it from the cppcheck project file?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a project that I cross-compile on windows for ARM, and so I configure my cppcheck project file for the platform arm32-wchar_t2.xml from the GUI.
I have a lot of warning related to standard include headers not found.
As an example:
Include file: <stdint.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.</stdint.h>
Shoukld I care about it?
The message say "no".
But is there a way to fix/suppress it from the cppcheck project file?
Thanks