Files
codeql/cpp/ql/test/query-tests/Best Practices/Unused Entities/UnusedStaticVariables/UnusedStaticVariables.expected
2019-03-18 16:43:48 +00:00

5 lines
320 B
Plaintext

| test.cpp:7:12:7:21 | staticVar5 | Static variable staticVar5 is never read |
| test.cpp:8:12:8:21 | staticVar6 | Static variable staticVar6 is never read |
| test.cpp:10:11:10:19 | constVar8 | Static variable constVar8 is never read |
| test.cpp:12:12:12:22 | staticVar10 | Static variable staticVar10 is never read |