--warnings

This commit is contained in:
Roberto Raggi
2009-02-16 18:56:20 +01:00
parent b15dec9de1
commit f63b8e6693
4 changed files with 21 additions and 17 deletions

View File

@@ -212,7 +212,7 @@ bool CheckExpression::visit(TemplateIdAST *ast)
return false;
}
bool CheckExpression::visit(NewExpressionAST *ast)
bool CheckExpression::visit(NewExpressionAST *)
{
// ### FIXME
//FullySpecifiedType exprTy = semantic()->check(ast->expression, _scope);