mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Compiler warning.
This commit is contained in:
parent
2c376e0343
commit
d9c1b0b0c4
1 changed files with 190 additions and 189 deletions
|
@ -15,6 +15,7 @@ import org.eclipse.cdt.core.dom.ast.ASTVisitor;
|
|||
import org.eclipse.cdt.core.dom.ast.IASTDeclarator;
|
||||
import org.eclipse.cdt.core.dom.ast.IASTLiteralExpression;
|
||||
import org.eclipse.cdt.core.dom.ast.IASTName;
|
||||
import org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier;
|
||||
import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCapture;
|
||||
import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator;
|
||||
import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLambdaExpression;
|
||||
|
@ -43,7 +44,7 @@ public class ExpressionWriterTest extends TestCase {
|
|||
private ASTVisitor visitor;
|
||||
|
||||
static {
|
||||
INT.setType(CPPASTSimpleDeclSpecifier.t_int);
|
||||
INT.setType(IASTSimpleDeclSpecifier.t_int);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue