From 0a5f7424660e404e5fd0361b9331d154acf01d6c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Oct 2008 13:53:23 +0000 Subject: Marked all unused args on non-W32 platforms. --- jnlib/t-stringhelp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jnlib/t-stringhelp.c') 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 (); -- cgit v1.2.3