summaryrefslogtreecommitdiffstats
path: root/jnlib/t-stringhelp.c
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/t-stringhelp.c')
-rw-r--r--jnlib/t-stringhelp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/jnlib/t-stringhelp.c b/jnlib/t-stringhelp.c
index 12331d241..f6590230e 100644
--- a/jnlib/t-stringhelp.c
+++ b/jnlib/t-stringhelp.c
@@ -121,6 +121,9 @@ test_compare_filenames (void)
int
main (int argc, char **argv)
{
+ (void)argc;
+ (void)argv;
+
test_percent_escape ();
test_compare_filenames ();