mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 18:08:54 +02:00
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:
@@ -310,6 +310,7 @@ g_slice_set_config (GSliceConfig ckey,
|
||||
break;
|
||||
case G_SLICE_CONFIG_COLOR_INCREMENT:
|
||||
slice_config.color_increment = value;
|
||||
break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user