summaryrefslogtreecommitdiff
path: root/src/parse/expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/expr.cpp')
-rw-r--r--src/parse/expr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/expr.cpp b/src/parse/expr.cpp
index b4138057..b9a3d003 100644
--- a/src/parse/expr.cpp
+++ b/src/parse/expr.cpp
@@ -985,7 +985,7 @@ ExprNodeP Parse_ExprVal(TokenStream& lex)
lex.putback(tok);
case TOK_LT: {
TypeRef ty = Parse_Type(lex);
- TypeRef trait;
+ TypeRef trait;// = TypeRef(TypeRef::TagInvalid());
if( GET_TOK(tok, lex) == TOK_RWORD_AS ) {
trait = Parse_Type(lex);
}