]> granicus.if.org Git - python/commit
Initialize utime with 0. It fixes a couple of compiler warnung:
authorChristian Heimes <christian@cheimes.de>
Wed, 31 Jul 2013 22:08:16 +0000 (00:08 +0200)
committerChristian Heimes <christian@cheimes.de>
Wed, 31 Jul 2013 22:08:16 +0000 (00:08 +0200)
commitb3c872403d0d2b00a1a383190d3e14eb94e84df1
tree89300d31d4a375527235c280fbcda4448394589b
parent294b93d4c6d1dc781e3e63d05652900183bef50c
Initialize utime with 0. It fixes a couple of compiler warnung:
    warning: 'utime.mtime_ns' may be used uninitialized in this function [-Wmaybe-uninitialized]
Modules/posixmodule.c