Commit 04a9c942 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

widl: Remove unused initializer (Clang).

parent 50d9d187
......@@ -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
......
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