I'm having a lot of parser errors from eclipse but i don't have this errors when i compile the code. I want to know how i can ignore them?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
In the Indigo version of the CDT:
You can enable/disable specific errors and warnings, as well as customize inclusion and exclusion patterns for those warnings. If you get a large number of "Type 'TYPE' could not be resolved" errors, perhaps you need to make sure Eclipse can find all your code and libraries. You might want to check:
|
|||
|
|
|
Under Settings you can selectively turn off and on which errors it reports, and how it displays them. |
|||
|
|