Skip to content

Commit

Permalink
Fix unit test on mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrasherLT committed Jul 16, 2024
1 parent 7d1b869 commit 8c0fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boringtun/src/device/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ impl DeviceHandle {
}
}

fn new_thread_local(thread_id: usize, device_lock: &LockReadGuard<Device>) -> ThreadData {
fn new_thread_local(_thread_id: usize, device_lock: &LockReadGuard<Device>) -> ThreadData {
#[cfg(target_os = "linux")]
let t_local = ThreadData {
src_buf: [0u8; MAX_UDP_SIZE],
Expand Down

0 comments on commit 8c0fb7a

Please sign in to comment.