build: enable -Wimplicit-fallthrough

and fix a missplaced break
This commit is contained in:
Christoph Reiter 2018-07-29 16:36:31 +02:00
parent 3a5b0c2ae2
commit f02e90f265

View File

@ -3479,8 +3479,8 @@ end_element_handler (GMarkupParseContext *context,
(strcmp ("varargs", element_name) == 0))
{
end_type (ctx);
break;
}
break;
case STATE_ATTRIBUTE:
if (strcmp ("attribute", element_name) == 0)
{