testtreeview: Properly annotate a switch fallthrough

This commit is contained in:
Timm Bäder 2020-05-06 12:34:56 +02:00
parent 06460ea50c
commit 57444f77f7

View File

@ -448,7 +448,7 @@ set_columns_type (GtkTreeView *tree_view, ColumnsType type)
#endif
/* FALL THRU */
G_GNUC_FALLTHROUGH;
case COLUMNS_ONE:
rend = gtk_cell_renderer_text_new ();