Skip to content
Snippets Groups Projects
Commit d471ba3d authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

object-interest: don't use G_GNUC_FALLTRHOUGH

it requires GLib 2.60 and it's not worth it
parent 1563eeea
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment