Commit 68cfa7fd authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Silence a gcc warning.

parent 3c562da1
......@@ -3714,7 +3714,7 @@ static unsigned int get_required_buffer_size_type(
{
case TGT_USER_TYPE:
{
const char *uname;
const char *uname = NULL;
const type_t *utype = get_user_type(type, &uname);
return get_required_buffer_size_type(utype, uname, NULL, FALSE, alignment);
}
......
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