]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/windows/socket.cpp
Remove name from an unused variable
[libs/net.git] / source / net / windows / socket.cpp
index a7268e85a65f46bd91e1d752dbfcba4c5fc450c6..5094cc45644f929d9deb436ccdf0efc27daf0be0 100644 (file)
@@ -70,7 +70,7 @@ void Socket::Private::set_block(bool b)
        ioctlsocket(handle, FIONBIO, &flag);
 }
 
-void Socket::Private::set_inherit(bool i)
+void Socket::Private::set_inherit(bool)
 {
 }