Fixes compilation on #[cfg(not(target_os = "linux"))].
Not sure if #[allow(unused_variables)] is the best way to solve this.
Fixes compilation on `#[cfg(not(target_os = "linux"))]`.
Not sure if #[allow(unused_variables)] is the best way to solve this.