mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
6 lines
586 B
Plaintext
6 lines
586 B
Plaintext
| test.c:8:5:8:14 | declaration | Function f2 should return a value of type int but does not return a value here |
|
|
| test.c:25:9:25:14 | ExprStmt | Function f4 should return a value of type int but does not return a value here |
|
|
| test.c:39:9:39:14 | ExprStmt | Function f6 should return a value of type int but does not return a value here |
|
|
| test.cpp:16:1:18:1 | { ... } | Function g2 should return a value of type MyValue but does not return a value here |
|
|
| test.cpp:48:2:48:26 | if (...) ... | Function g7 should return a value of type MyValue but does not return a value here |
|