From 1968f47d7429afbbf1b84795c8d0284c93aa5061 Mon Sep 17 00:00:00 2001 From: denis <> Date: Wed, 16 Nov 2011 00:41:16 +0000 Subject: silenced some clang warnings --- ot_clean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_clean.c') 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 ) { /* Clean up all peers in current bucket, remove timedout pools and torrents */ static void * clean_worker( void * args ) { - args=args; + (void) args; while( 1 ) { int bucket = OT_BUCKET_COUNT; while( bucket-- ) { -- cgit v1.2.3