add comments

This commit is contained in:
Richard Frith-Macdonald 2018-01-23 14:07:46 +00:00
parent 4dc28bce56
commit 07ba3ec932

View file

@ -394,7 +394,7 @@ GSObjCParseTypeSpecification (const char *cursor,
switch (*cursor)
{
case GSObjCTypeUnionEnd:
--suppressionDepth;
--suppressionDepth; /* FALLTHROUGH */
case GSObjCTypeArrayEnd:
{
if (element->count)
@ -414,7 +414,7 @@ GSObjCParseTypeSpecification (const char *cursor,
break;
}
}
}
} /* FALLTHROUGH */
case GSObjCTypeStructureEnd:
{
info.qualifiers = element->qualifiers;