mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2026-05-05 10:08:13 +02:00
stream-endpoint: add break to avoid implicit fallthrough
No functional change stream-endpoint.c:172:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
This commit is contained in:
parent
28d3c8f425
commit
f715063213
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ static int stream_set_active(struct stream *stream, bool active)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue