There was an error while loading. Please reload this page.
1 parent e50316f commit abc91f7Copy full SHA for abc91f7
1 file changed
lib/vey-socket/src/sockopt/windows.rs
@@ -28,6 +28,7 @@ where
28
}
29
30
31
+#[allow(unused)]
32
unsafe fn getsockopt<T>(socket: WinSock::SOCKET, level: i32, name: i32) -> io::Result<T>
33
where
34
T: Copy,
0 commit comments