summaryrefslogtreecommitdiff
path: root/ot_fullscrape.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_fullscrape.c
parent85df3dbc016578481bf6c7e532e40c657a0b9b50 (diff)
silenced some clang warnings
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r--ot_fullscrape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index 46ce8f8..583f847 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -57,7 +57,7 @@ static void * fullscrape_worker( void * args ) {
57 int iovec_entries; 57 int iovec_entries;
58 struct iovec *iovector; 58 struct iovec *iovector;
59 59
60 args = args; 60 (void) args;
61 61
62 while( 1 ) { 62 while( 1 ) {
63 ot_tasktype tasktype = TASK_FULLSCRAPE; 63 ot_tasktype tasktype = TASK_FULLSCRAPE;