aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/fixtures/multiqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/fixtures/multiqueue.c b/test/unit/fixtures/multiqueue.c
index 3a5ddab4b8..149daca893 100644
--- a/test/unit/fixtures/multiqueue.c
+++ b/test/unit/fixtures/multiqueue.c
@@ -6,7 +6,7 @@
void ut_multiqueue_put(MultiQueue *self, const char *str)
{
- multiqueue_put(self, NULL, 1, str);
+ multiqueue_put(self, NULL, (void *)str);
}
const char *ut_multiqueue_get(MultiQueue *self)