Files
codeql/cpp/ql/test/library-tests/permissive/diags.expected
2018-08-02 17:53:23 +01:00

3 lines
461 B
Plaintext

| file://:0:0:0:0 | file://:0:0:0:0 | 4 | Error occurred | There was an error during this compilation | There was an error during this compilation |
| non_permissive.cpp:6:5:6:5 | non_permissive.cpp:6:5:6:5 | 4 | incompatible_param | argument of type 'const char *' is incompatible with parameter of type 'char *' | "non_permissive.cpp", line 6: error: argument of type "const char *" is incompatible with parameter of type "char *"\n f(str);\n ^\n\n |