From 54fd5efc8b5887c06d98eec3f3c6c9c21d28cb57 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 24 Mar 2009 16:01:51 +0000 Subject: Flag argc as unused svn path=/trunk/hubbub/; revision=6842 --- test/parser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/parser.c') 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); -- cgit v1.2.3