*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 9 Apr 2005 13:29:01 +0000 (13:29 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Apr 2005 13:29:01 +0000 (13:29 +0000)
lib/ChangeLog

index 4aca58e..9040644 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-09  Jim Meyering  <jim@meyering.net>
 
+       * posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
+       -Wuninitialized: initialize tm0.tm_year.
+
        * human.c (humblock): Set *options even when returning due to
        xstrtoumax conversion failure.  Thanks to a used-uninitialized
        warning from gcc-4.