1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(libT) silence the net.c warnings I introduced yesterday :/

This commit is contained in:
Charles Kerr 2008-11-29 21:34:06 +00:00
parent 128c91479a
commit 40299a2284

View file

@ -123,7 +123,7 @@ createSocket( int type )
}
static void
setSndBuf( tr_session * session, int fd )
setSndBuf( tr_session * session UNUSED, int fd UNUSED )
{
#if 0
if( fd >= 0 )