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/localename.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/localename.c') diff --git a/common/localename.c b/common/localename.c index 68b93bc81..cb7fcc2f7 100644 --- a/common/localename.c +++ b/common/localename.c @@ -65,6 +65,7 @@ do_nl_locale_name (int category, const char *categoryname) /* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'. On some systems this can be done by the 'setlocale' function itself. */ # if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL + (void)categoryname; retval = setlocale (category, NULL); # else /* Setting of LC_ALL overwrites all other. */ -- cgit v1.2.3