mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(libT) silence the net.c warnings I introduced yesterday :/
This commit is contained in:
parent
128c91479a
commit
40299a2284
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue