From: Jim Meyering Date: Wed, 31 Aug 2005 07:19:26 +0000 (+0000) Subject: (get_charset_aliases): Add `void' in parameter list X-Git-Tag: CPPI-1_12~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2678575aaec405da43f36d4b59feb6a7717774b;p=thirdparty%2Fcoreutils.git (get_charset_aliases): Add `void' in parameter list to placate gcc's -Wstrict-prototypes. --- diff --git a/lib/localcharset.c b/lib/localcharset.c index 10c69b067d..5c257a670c 100644 --- a/lib/localcharset.c +++ b/lib/localcharset.c @@ -106,7 +106,7 @@ static const char * volatile charset_aliases; /* Return a pointer to the contents of the charset.alias file. */ static const char * -get_charset_aliases () +get_charset_aliases (void) { const char *cp;