From d471ba3d9cefca4970c9feba17a440469f41e37e Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Tue, 16 Jun 2020 19:18:20 +0300
Subject: [PATCH] object-interest: don't use G_GNUC_FALLTRHOUGH

it requires GLib 2.60 and it's not worth it
---
 lib/wp/object-interest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wp/object-interest.c b/lib/wp/object-interest.c
index 11959569..72694ae3 100644
--- a/lib/wp/object-interest.c
+++ b/lib/wp/object-interest.c
@@ -747,7 +747,7 @@ wp_object_interest_matches_full (WpObjectInterest * self,
     switch (c->type) {
       case WP_CONSTRAINT_TYPE_PW_PROPERTY:
         lookup_props = pw_props;
-        G_GNUC_FALLTHROUGH;
+        /* G_GNUC_FALLTHROUGH */;
 
       case WP_CONSTRAINT_TYPE_PW_GLOBAL_PROPERTY: {
         const gchar *lookup_str = NULL;
-- 
GitLab