[gtk/wip/otte/sortlistmodel: 30/33] filterlistmodel: Change an annotation



commit 94791810cb269d91a0e27031b228691a37be9f96
Author: Benjamin Otte <otte redhat com>
Date:   Sat Jul 11 05:14:31 2020 +0200

    filterlistmodel: Change an annotation
    
    We don't want clang to flip out.

 gtk/gtkfilterlistmodel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkfilterlistmodel.c b/gtk/gtkfilterlistmodel.c
index a1a667190b..df73f99753 100644
--- a/gtk/gtkfilterlistmodel.c
+++ b/gtk/gtkfilterlistmodel.c
@@ -494,7 +494,7 @@ gtk_filter_list_model_refilter (GtkFilterListModel *self,
           {
           default:
             g_assert_not_reached ();
-            G_GNUC_FALLTHROUGH;
+            /* fallthrough */
           case GTK_FILTER_CHANGE_DIFFERENT:
             self->matches = gtk_bitset_new_empty ();
             pending = gtk_bitset_new_range (0, g_list_model_get_n_items (self->model));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]