]> granicus.if.org Git - python/commit
Fix gcc (4.0.x) warning about use of uninitialized variables.
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 22:30:47 +0000 (22:30 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 22:30:47 +0000 (22:30 +0000)
commit7f401ef73dbdfd3b144ae25be62e2c139d699916
treec255574e674399efeb9222a3405ff6c0f94504c9
parentf86d1e810d5827c46f3d7fc519e308e310406941
Fix gcc (4.0.x) warning about use of uninitialized variables.
(PyMarshal_ReadShortFromFile() is only used in zipimport.c, I don't believe
the extra initializations will matter one way or another.)
Python/marshal.c