widl: Avoid two warnings.
This commit is contained in:
parent
386cb659df
commit
844e22093e
|
@ -2348,6 +2348,7 @@ static void check_field_common(const type_t *container_type,
|
|||
default:
|
||||
/* should be no other container types */
|
||||
assert(0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
||||
|
|
Loading…
Reference in New Issue