summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-31 07:51:07 +0000
committerJim Meyering <jim@meyering.net>2005-08-31 07:51:07 +0000
commit7a998d1011d0c9c0e5a157851d59c0ef75e3f1ab (patch)
treef353a72dae414a4f41d07686a9dea8a6e397f8b5 /lib
parentdb875eadae0498da50f8dc5e4d8203d220722752 (diff)
downloadcoreutils-7a998d1011d0c9c0e5a157851d59c0ef75e3f1ab.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
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.