From: Jim Meyering Date: Sun, 9 Dec 2001 22:57:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_19~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a49772f23b42c29f3b9cf380ad7e4ac9ef046850;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index b09573e3e1..213b549143 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,10 @@ 2001-12-09 Jim Meyering - * modechange.c (mode_compile): Add cast to avoid warning about + * modechange.c (mode_compile): Add cast to avoid pedantic warning about `signed and unsigned type in conditional expression'. * posixtm.c (posix_time_parse): Likewise. - * xreadlink.c (xreadlink): Add cast to avoid a warning. + * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning. * readtokens.c (readtoken): Declare an index to be of type unsigned to avoid a pedantic warning.