widl: Silence a gcc warning.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2018-08-15 10:48:51 +02:00
parent 3c562da161
commit 68cfa7fd03
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}