*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 9 Dec 2001 22:57:15 +0000 (22:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Dec 2001 22:57:15 +0000 (22:57 +0000)
lib/ChangeLog

index b09573e3e195cb5ff1b716ec7771958b623faa4e..213b549143df60ca98fe6dc159d4c0bea81fcedd 100644 (file)
@@ -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.