Commit de7220e8 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

widl: Initialise cval in make_expr.

parent ff014a8f
......@@ -1017,6 +1017,7 @@ static expr_t *make_expr(enum expr_type type)
e->ref = NULL;
e->u.lval = 0;
e->is_const = FALSE;
e->cval = 0;
return e;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment