mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
testtreeview: Properly annotate a switch fallthrough
This commit is contained in:
parent
06460ea50c
commit
57444f77f7
@ -448,7 +448,7 @@ set_columns_type (GtkTreeView *tree_view, ColumnsType type)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* FALL THRU */
|
G_GNUC_FALLTHROUGH;
|
||||||
|
|
||||||
case COLUMNS_ONE:
|
case COLUMNS_ONE:
|
||||||
rend = gtk_cell_renderer_text_new ();
|
rend = gtk_cell_renderer_text_new ();
|
||||||
|
Loading…
Reference in New Issue
Block a user