summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parser.c b/test/parser.c
index 7847a68..ca9a15c 100644
--- a/test/parser.c
+++ b/test/parser.c
@@ -29,6 +29,8 @@ static int run_test(int argc, char **argv, unsigned int CHUNK_SIZE)
const char *charset;
hubbub_charset_source cssource;
+ UNUSED(argc);
+
/* Initialise library */
assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK);