From 74cff042ea2e3243f3657aadf200aed49c0db6d6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 14 Oct 2010 17:03:04 +0000 Subject: [PATCH] (trunk libT) silence minor compiler warning --- libtransmission/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/net.c b/libtransmission/net.c index c7ae2d659..136428bb6 100644 --- a/libtransmission/net.c +++ b/libtransmission/net.c @@ -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,