From 1a71d843268daffe4653c0edc01c4dcfc2733f9a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Sep 2002 07:53:56 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index c904e1532d..83d8e9564b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2002-09-04 Jim Meyering + * 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'. -- 2.47.2