]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 4 Sep 2002 07:53:56 +0000 (07:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Sep 2002 07:53:56 +0000 (07:53 +0000)
lib/ChangeLog

index c904e1532dce362ac823e9a34bce3fcc42e0c57f..83d8e9564b99a3e49cd1bf9c99d513ec285ee667 100644 (file)
@@ -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'.