Replies: 1 comment
-
|
Yes, this change can be made. If you are providing an extension in your own code base you would do this in error parser. If this is a general issue that applies to all users of CDT, please provide a PR, probably modifying GCCErrorParser/GLDErrorParser and creating/updating tests in GLDErrorParserTests |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Eclipse have a defined regex parsers for errors and warning, in our case the displayed messages during the build have been matched with the linker error parser
Would it be possible to modify the pasrer in a way to don't match this kind of messages as errors but rather parse them as warning : regex in the table "(.[/\])?ld(.exe)( (.[/\])?ld(.exe)
Beta Was this translation helpful? Give feedback.
All reactions