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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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