vix - 2024-01-10

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