changeset 3677:3af461c197cc

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 09 Dec 2001 22:57:15 +0000
parents 188bca0b3bb2
children 72b3b19fece2
files lib/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,10 +1,10 @@
 2001-12-09  Jim Meyering  <meyering@lucent.com>
 
-	* 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.