Silence a warning.

This commit is contained in:
Vassil Vassilev 2014-08-22 09:12:50 +02:00 committed by sftnight
parent eda6bc1949
commit a59cd2bb81

View File

@ -1003,7 +1003,7 @@ namespace cling {
}
}
if (kind == TemplateArgument::ArgKind::Expression) {
Expr* expr = arg.getAsExpr();
//Expr* expr = arg.getAsExpr();
//TODO: Traverse this expr
}
}