summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-04 07:53:56 +0000
committerJim Meyering <jim@meyering.net>2002-09-04 07:53:56 +0000
commit1a71d843268daffe4653c0edc01c4dcfc2733f9a (patch)
tree8989462d620d4833a60d8f337176cfff9f4e0867 /lib
parentde684695820a2c43fc6f1e5f2f3aea37c49a9eec (diff)
downloadcoreutils-1a71d843268daffe4653c0edc01c4dcfc2733f9a.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 c904e1532..83d8e9564 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2002-09-04 Jim Meyering <meyering@lucent.com>
+ * addext.c (addext): Add a cast to avoid gcc's warning about
+ `comparison between signed and unsigned'.
+
* sig2str.c (str2signum, sig2str): Declare loop index variables to be
of type size_t so that they match type of upper bound, thus avoiding
warning about `comparison between signed and unsigned'.