Files
codeql/cpp/ql/test/query-tests/jsf/4.13 Functions/AV Rule 107/AV Rule 107.expected
2018-08-02 17:53:23 +01:00

5 lines
404 B
Plaintext

| test.c:11:2:11:15 | declaration | Functions should be declared at file scope, not inside blocks. |
| test.c:12:2:12:21 | declaration | Functions should be declared at file scope, not inside blocks. |
| test.c:17:2:17:17 | declaration | Functions should be declared at file scope, not inside blocks. |
| test.c:18:2:18:23 | declaration | Functions should be declared at file scope, not inside blocks. |