Skip to content

Commit

Permalink
backend/pipewire: Silence compiler warning
Browse files Browse the repository at this point in the history
Since 1.77
  • Loading branch information
dimtpap committed Mar 28, 2024
1 parent f0a6eed commit 4e7239d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/pipewire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub fn pipewire_thread(
pwrx: pw::channel::Receiver<Request>,
) {
// Proxies created by core.create_object
#[allow(dead_code)] // The fields are never read from
struct LocalProxy(pw::proxy::Proxy, pw::proxy::ProxyListener);

let (mainloop, context, connection, registry): (
Expand Down

0 comments on commit 4e7239d

Please sign in to comment.