# HG changeset patch # User Jim Meyering # Date 1007938635 0 # Node ID 3af461c197cc26fdb9b4fdac3582798fe3d6e0b8 # Parent 188bca0b3bb23620522920585fe8b49bb2285262 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.