]> granicus.if.org Git - transmission/commitdiff
(trunk libT) silence minor compiler warning
authorCharles Kerr <charles@transmissionbt.com>
Thu, 14 Oct 2010 17:03:04 +0000 (17:03 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 14 Oct 2010 17:03:04 +0000 (17:03 +0000)
libtransmission/net.c

index c7ae2d65998c5ea756fa609ac957e910c1819be2..136428bb6c8bd43559870c84db1d22179cfbfc36 100644 (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,