mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
fix regression from warnings cleanup
This commit is contained in:
parent
da70ef502f
commit
3aa200e4e0
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ public abstract class CompositeScope implements IIndexScope {
|
|||
for(int i=0; i<result.length; i++) {
|
||||
result[i]= processUncertainBinding(frgBindings[i]);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
return IBinding.EMPTY_BINDING_ARRAY;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue