mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Removed warning.
This commit is contained in:
parent
f35f1fc070
commit
f016e5805b
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ public class GNUCSourceParser extends AbstractGNUSourceCodeParser {
|
||||||
try {
|
try {
|
||||||
int offset = consume(IToken.tLPAREN).getOffset();
|
int offset = consume(IToken.tLPAREN).getOffset();
|
||||||
IASTTypeId t = typeId(false, false);
|
IASTTypeId t = typeId(false, false);
|
||||||
int lastOffset = consume(IToken.tRPAREN).getEndOffset();
|
consume(IToken.tRPAREN).getEndOffset();
|
||||||
IASTInitializer i = cInitializerClause(Collections.EMPTY_LIST);
|
IASTInitializer i = cInitializerClause(Collections.EMPTY_LIST);
|
||||||
firstExpression = buildTypeIdInitializerExpression(t, i,
|
firstExpression = buildTypeIdInitializerExpression(t, i,
|
||||||
offset, calculateEndOffset(i));
|
offset, calculateEndOffset(i));
|
||||||
|
|
Loading…
Add table
Reference in a new issue