mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
(trunk libT) silence minor compiler warning
This commit is contained in:
@@ -237,7 +237,7 @@ tr_netSetTOS( int s, int tos )
|
||||
}
|
||||
|
||||
int
|
||||
tr_netSetCongestionControl( int s, const char *algorithm )
|
||||
tr_netSetCongestionControl( int s UNUSED, const char *algorithm UNUSED )
|
||||
{
|
||||
#ifdef TCP_CONGESTION
|
||||
return setsockopt( s, IPPROTO_TCP, TCP_CONGESTION,
|
||||
|
||||
Reference in New Issue
Block a user