Skip to content

misplaced (different file) warning indicators in editor #9

@danmar

Description

@danmar

Screenshot:

Image

Here is the Cppcheck warning when I run cppcheck on the command line:

lib/tokenize.h:85:10: style: The function 'isVarUsedInTemplate' is never used. [unusedFunction]
    bool isVarUsedInTemplate(nonneg int id) const {
         ^

The warning complains about the file tokenize.h. So this warning should not be reported on line 85 in the file cppcheck.cpp

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions