summaryrefslogtreecommitdiff
path: root/t/helper/test-hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-hexdump.c')
-rw-r--r--t/helper/test-hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-hexdump.c b/t/helper/test-hexdump.c
index 811e89c..05f55ec 100644
--- a/t/helper/test-hexdump.c
+++ b/t/helper/test-hexdump.c
@@ -4,7 +4,7 @@
/*
* Read stdin and print a hexdump to stdout.
*/
-int cmd__hexdump(int argc, const char **argv)
+int cmd__hexdump(int argc UNUSED, const char **argv UNUSED)
{
char buf[1024];
ssize_t i, len;