mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 15:46:20 +00:00
threadshare: fix warning for unused variable
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1350>
This commit is contained in:
parent
e792fdbe48
commit
fcd16bc070
1 changed files with 1 additions and 1 deletions
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue