Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/threadshare/src/socket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/src/socket.rs b/generic/threadshare/src/socket.rs
index 088dd5c14..f52039fbd 100644
--- a/generic/threadshare/src/socket.rs
+++ b/generic/threadshare/src/socket.rs
@@ -240,7 +240,7 @@ impl GioSocketWrapper {
}
#[cfg(not(unix))]
- pub fn set_tos(&self, qos_dscp: i32) -> Result<(), glib::Error> {
+ pub fn set_tos(&self, _qos_dscp: i32) -> Result<(), glib::Error> {
Ok(())
}