summaryrefslogtreecommitdiff
path: root/test/filter.c
diff options
context:
space:
mode:
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) ==