summaryrefslogtreecommitdiffstats
path: root/test/ring_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ring_test.c')
-rw-r--r--test/ring_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ring_test.c b/test/ring_test.c
index 9e11690..6fa9589 100644
--- a/test/ring_test.c
+++ b/test/ring_test.c
@@ -63,7 +63,7 @@ cmp_msg(int* msg1, int* msg2)
}
static void*
-reader(ZIX_UNUSED void* arg)
+reader(void* ZIX_UNUSED(arg))
{
printf("Reader starting\n");
@@ -90,7 +90,7 @@ reader(ZIX_UNUSED void* arg)
}
static void*
-writer(ZIX_UNUSED void* arg)
+writer(void* ZIX_UNUSED(arg))
{
printf("Writer starting\n");