(trunk libT) silence minor compiler warning

This commit is contained in:
Charles Kerr 2010-10-14 17:03:04 +00:00
parent dbed40ff5a
commit 74cff042ea
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ tr_netSetTOS( int s, int tos )
} }
int int
tr_netSetCongestionControl( int s, const char *algorithm ) tr_netSetCongestionControl( int s UNUSED, const char *algorithm UNUSED )
{ {
#ifdef TCP_CONGESTION #ifdef TCP_CONGESTION
return setsockopt( s, IPPROTO_TCP, TCP_CONGESTION, return setsockopt( s, IPPROTO_TCP, TCP_CONGESTION,