(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 -1
View File
@@ -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,