summaryrefslogtreecommitdiff
path: root/ot_clean.c
diff options
context:
space:
mode:
authordenis <>2011-11-16 00:41:16 +0000
committerdenis <>2011-11-16 00:41:16 +0000
commit1968f47d7429afbbf1b84795c8d0284c93aa5061 (patch)
tree291df8ee4a1702ce6227be95d3d9bf7d64f8fd5f /ot_clean.c
parent85df3dbc016578481bf6c7e532e40c657a0b9b50 (diff)
silenced some clang warnings
Diffstat (limited to 'ot_clean.c')
-rw-r--r--ot_clean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_clean.c b/ot_clean.c
index cfb6bcf..6024c08 100644
--- a/ot_clean.c
+++ b/ot_clean.c
@@ -100,7 +100,7 @@ int clean_single_torrent( ot_torrent *torrent ) {
100/* Clean up all peers in current bucket, remove timedout pools and 100/* Clean up all peers in current bucket, remove timedout pools and
101 torrents */ 101 torrents */
102static void * clean_worker( void * args ) { 102static void * clean_worker( void * args ) {
103 args=args; 103 (void) args;
104 while( 1 ) { 104 while( 1 ) {
105 int bucket = OT_BUCKET_COUNT; 105 int bucket = OT_BUCKET_COUNT;
106 while( bucket-- ) { 106 while( bucket-- ) {