[gtk/wip/otte/sortlistmodel: 5/10] filterlistmodel: Change an annotation
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/sortlistmodel: 5/10] filterlistmodel: Change an annotation
- Date: Sat, 11 Jul 2020 05:24:55 +0000 (UTC)
commit a465592eeeaeb0d1a31ffc474b49fb554ac4f467
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]