summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libsync/sync_test.c')
-rw-r--r--libsync/sync_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsync/sync_test.c b/libsync/sync_test.c
index a75f6716b..386747a62 100644
--- a/libsync/sync_test.c
+++ b/libsync/sync_test.c
@@ -72,7 +72,7 @@ void *sync_thread(void *data)
72 return NULL; 72 return NULL;
73} 73}
74 74
75int main(int argc, char *argv[]) 75int main(int argc __attribute__((unused)), char *argv[] __attribute__((unused)))
76{ 76{
77 struct sync_thread_data sync_data[4]; 77 struct sync_thread_data sync_data[4];
78 pthread_t threads[4]; 78 pthread_t threads[4];