summaryrefslogtreecommitdiff
path: root/test/parser.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 16:01:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 16:01:51 +0000
commit54fd5efc8b5887c06d98eec3f3c6c9c21d28cb57 (patch)
tree53707693e4c43aca1549fd3af9144d28de213ad8 /test/parser.c
parent7acb975416b1f419be98f68c30cdd50b79e491c8 (diff)
downloadlibhubbub-54fd5efc8b5887c06d98eec3f3c6c9c21d28cb57.tar.gz
libhubbub-54fd5efc8b5887c06d98eec3f3c6c9c21d28cb57.tar.bz2
Flag argc as unused
svn path=/trunk/hubbub/; revision=6842
Diffstat (limited to 'test/parser.c')
-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);