mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 10:08:15 +02:00
object-interest: don't use G_GNUC_FALLTRHOUGH
it requires GLib 2.60 and it's not worth it
This commit is contained in:
parent
1563eeeae6
commit
d471ba3d9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue