diff options
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d0ff425ee..5e8721717 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-08-31 Jim Meyering <jim@meyering.net> + * quotearg.c (quotearg_n_options): Change code to be suboptimal, in + order to avoid an unsuppressible warning from gcc on 64-bit systems. + * localcharset.c (get_charset_aliases): Add `void' in parameter list to placate gcc's -Wstrict-prototypes. |