summaryrefslogtreecommitdiff
path: root/test/filter.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 19:26:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 19:26:41 +0000
commit1154ed7ffffa15e4ff5317259feaa487581ef999 (patch)
tree3036d1794190480e11c2343f02ffaaf8d67e0ad1 /test/filter.c
parentcf1589716b4e895272f8cfe3e6c7c85de7b863af (diff)
downloadlibparserutils-1154ed7ffffa15e4ff5317259feaa487581ef999.tar.gz
libparserutils-1154ed7ffffa15e4ff5317259feaa487581ef999.tar.bz2
Remove Aliases file from test harnesses
svn path=/trunk/libparserutils/; revision=10979
Diffstat (limited to 'test/filter.c')
-rw-r--r--test/filter.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/filter.c b/test/filter.c
index c66b684..dfbe38b 100644
--- a/test/filter.c
+++ b/test/filter.c
@@ -27,10 +27,8 @@ int main(int argc, char **argv)
const uint8_t *in = inbuf;
uint8_t *out = outbuf;
- if (argc != 2) {
- printf("Usage: %s <filename>\n", argv[0]);
- return 1;
- }
+ UNUSED(argc);
+ UNUSED(argv);
/* Create input filter */
assert(parserutils_filter_create("UTF-8", myrealloc, NULL, &input) ==