widl: Remove unused initializer (Clang).
This commit is contained in:
parent
50d9d187c5
commit
04a9c94250
|
@ -1267,7 +1267,7 @@ static HRESULT set_custdata(msft_typelib_t *typelib, REFGUID guid,
|
||||||
any default value. */
|
any default value. */
|
||||||
static int get_defaultvalue_vt(type_t *type)
|
static int get_defaultvalue_vt(type_t *type)
|
||||||
{
|
{
|
||||||
int vt = get_type_vt(type);
|
int vt;
|
||||||
if (type_get_type(type) == TYPE_ENUM)
|
if (type_get_type(type) == TYPE_ENUM)
|
||||||
vt = VT_I4;
|
vt = VT_I4;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue