posixtm.c: avoid a warning
authorJim Meyering <meyering@redhat.com>
Sun, 7 Dec 2008 17:47:02 +0000 (18:47 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 7 Dec 2008 17:47:02 +0000 (18:47 +0100)
commit37bc76801091560c6f1be54925d2942c0f66912a
treefcbc33fb28f2ad36af4527a973cf85544ee85ee7
parentb014424280750339f367823c259a750e48cd1ebb
posixtm.c: avoid a warning

* lib/posixtm.c (posixtime): Don't initialize tm0.
It's no longer needed to placate gcc4's -Wuninitialized,
and the attempt to placate would elicit a new warning.
ChangeLog
lib/posixtm.c