mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
cleanup: cast
This commit is contained in:
parent
5b000a2d31
commit
8907380c2c
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ public class ConfigBasedPathEntryStore implements IPathEntryStore, ICProjectDesc
|
||||||
}
|
}
|
||||||
|
|
||||||
private static List<IPathEntry>[] createEntriesList(ICConfigurationDescription cfgDes, PathEntryCollector cr){
|
private static List<IPathEntry>[] createEntriesList(ICConfigurationDescription cfgDes, PathEntryCollector cr){
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
ArrayList<IPathEntry>[] es = new ArrayList[2];
|
ArrayList<IPathEntry>[] es = new ArrayList[2];
|
||||||
es[0] = new ArrayList<IPathEntry>();
|
es[0] = new ArrayList<IPathEntry>();
|
||||||
cr.getEntries(es[0], PathEntryTranslator.INCLUDE_USER, cfgDes);
|
cr.getEntries(es[0], PathEntryTranslator.INCLUDE_USER, cfgDes);
|
||||||
|
|
Loading…
Add table
Reference in a new issue