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. --- common/t-convert.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/t-convert.c') diff --git a/common/t-convert.c b/common/t-convert.c index caf743f1f..4b04f3a32 100644 --- a/common/t-convert.c +++ b/common/t-convert.c @@ -447,6 +447,8 @@ test_hex2str (void) int main (int argc, char **argv) { + (void)argc; + (void)argv; test_hex2bin (); test_hexcolon2bin (); -- cgit v1.2.3