summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid-core/src/tunnel/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs
index 68f6c8ed63..62bc165ed6 100644
--- a/talpid-core/src/tunnel/mod.rs
+++ b/talpid-core/src/tunnel/mod.rs
@@ -139,7 +139,7 @@ pub struct TunnelMonitor {
impl TunnelMonitor {
/// Creates a new `TunnelMonitor` that connects to the given remote and notifies `on_event`
/// on tunnel state changes.
- #[cfg_attr(target_os = "android", allow(unused_variables))]
+ #[cfg_attr(any(target_os = "android", windows), allow(unused_variables))]
pub fn start<L>(
tunnel_parameters: &TunnelParameters,
log_dir: &Option<PathBuf>,