diff --git a/generic/threadshare/src/socket.rs b/generic/threadshare/src/socket.rs index 088dd5c1..f52039fb 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(()) }