diff options
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r-- | ot_fullscrape.c | 2 |
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; |