summaryrefslogtreecommitdiff
path: root/test/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tree.c')
-rw-r--r--test/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tree.c b/test/tree.c
index 8a5a5b1..8738dcf 100644
--- a/test/tree.c
+++ b/test/tree.c
@@ -88,6 +88,8 @@ static int run_test(int argc, char **argv, unsigned int CHUNK_SIZE)
hubbub_charset_source cssource;
bool passed = true;
+ UNUSED(argc);
+
node_ref = calloc(NODE_REF_CHUNK, sizeof(uint16_t));
if (node_ref == NULL) {
printf("Failed allocating node_ref\n");