mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
widl: Initialise cval in make_expr.
This commit is contained in:
parent
ff014a8f6a
commit
de7220e82d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user