mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
3 lines
461 B
Plaintext
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 |
|