Replace fallthrough comments with G_GNUC_FALLTHROUGH

It's safer to do it this way and since we have G_GNUC_FALLTHROUGH now, w
e might as well replace the fallthrough comments.
This commit is contained in:
Timm Bäder
2020-03-04 09:48:15 +01:00
parent b72acc9c6e
commit e5ab441b0d
6 changed files with 8 additions and 7 deletions

View File

@@ -310,6 +310,7 @@ g_slice_set_config (GSliceConfig ckey,
break;
case G_SLICE_CONFIG_COLOR_INCREMENT:
slice_config.color_increment = value;
break;
default: ;
}
}