aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testqueues.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testqueues.c b/test/testqueues.c
index 8cd89fd0d..9d76d7ac7 100644
--- a/test/testqueues.c
+++ b/test/testqueues.c
@@ -57,7 +57,9 @@
#define TEST_QUEUES_SIZE 4
-static void notify(GenericQueue *qp) {}
+static void notify(GenericQueue *qp) {
+ (void)qp;
+}
/*
* Note, the static initializers are not really required because the