widl: Avoid two warnings.

This commit is contained in:
Gerald Pfeifer 2010-02-28 13:13:59 +01:00 committed by Alexandre Julliard
parent 386cb659df
commit 844e22093e

View file

@ -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) &&