Tal - 2024-05-26

This is a bug (or at least, a missing feature), that cppcheck ignores "-I."(i.e. including current dir) but process "-I$(pwd)".
This bug is very annoying because our compile_commands.json file contains "-I.".

Note: Clang supports "-I.", and I think that also GCC