mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 04:51:26 +00:00
threadshare: fix warning for unused variable
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1281>
This commit is contained in:
parent
e5e3dc6e19
commit
dd005a1e4c
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ impl GioSocketWrapper {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(unix))]
|
#[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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue