widl: Remove unused initializer (Clang).

This commit is contained in:
André Hentschel 2015-07-21 20:31:30 +02:00 committed by Alexandre Julliard
parent 50d9d187c5
commit 04a9c94250
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ static HRESULT set_custdata(msft_typelib_t *typelib, REFGUID guid,
any default value. */
static int get_defaultvalue_vt(type_t *type)
{
int vt = get_type_vt(type);
int vt;
if (type_get_type(type) == TYPE_ENUM)
vt = VT_I4;
else