mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-03 23:13:50 +08:00
(get_charset_aliases): Add `void' in parameter list
to placate gcc's -Wstrict-prototypes.
This commit is contained in:
parent
b23625f623
commit
b2678575aa
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user