Files
codeql/cpp/ql/test/query-tests/Likely Bugs/Underspecified Functions/TooManyArguments.expected
2024-11-22 16:10:23 +00:00

3 lines
383 B
Plaintext

| test.c:42:3:42:29 | call to declared_empty_defined_with | This call has more arguments than required by $@. | test.c:78:6:78:32 | declared_empty_defined_with | declared_empty_defined_with |
| test.c:73:3:73:28 | call to declared_and_defined_empty | This call has more arguments than required by $@. | test.c:115:6:115:31 | declared_and_defined_empty | declared_and_defined_empty |