mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 352952: Handle RESOURCE_NOT_FOUND during indexing.
This commit is contained in:
parent
fa5965cef0
commit
f248dc94b2
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ public class InternalParserUtil extends ParserFactory {
|
|||
case IResourceStatus.NO_LOCATION_LOCAL:
|
||||
case IResourceStatus.FAILED_READ_LOCAL:
|
||||
case IResourceStatus.RESOURCE_NOT_LOCAL:
|
||||
case IResourceStatus.RESOURCE_NOT_FOUND:
|
||||
break;
|
||||
default:
|
||||
CCorePlugin.log(e);
|
||||
|
|
Loading…
Add table
Reference in a new issue