From: Jim Meyering Date: Wed, 31 Aug 2005 07:51:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a998d1011d0c9c0e5a157851d59c0ef75e3f1ab;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d0ff425ee6..5e8721717f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-08-31 Jim Meyering + * 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.