Bug #18332 2011-08-30 22:10
mrwonko
Cppcheck plugin doesn't add global include directories
The Cppcheck plugin correctly adds include paths from the current project, but it apparently ignores global compiler settings, resulting in Cppcheck not finding those headers, issuing a "Cppcheck cannot find all the include files." error (which oddly is not displayed, but that may be intended).
- Category
- Plugin::Any
- Group
- Status
- Open
- Close date
- Assigned to
History
mrwonko 2011-08-30 22:15
Actually, I don't think it completely ignores the global compiler settings as some of my projects using them work just fine...
mrwonko 2011-08-30 22:20
Okay, I've tracked this down - it's caused by me using "" on global includes, when I should've used <>