object-interest: don't use G_GNUC_FALLTRHOUGH

it requires GLib 2.60 and it's not worth it
This commit is contained in:
George Kiagiadakis 2020-06-16 19:18:20 +03:00
parent 1563eeeae6
commit d471ba3d9c

View file

@ -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;