mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-27 18:10:03 +01:00
build: enable -Wimplicit-fallthrough
and fix a missplaced break
This commit is contained in:
parent
3a5b0c2ae2
commit
f02e90f265
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user