commit | a4e75d74f8a5569ab6343ae6d5d769bf689e6094 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Jul 12 00:53:41 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Jul 12 00:53:41 2000 +0000 |
tree | 630bb93998dd8aa420208b53b4b210a52bada29e | |
parent | 9e3d73af932f8253eadd27c5903f184886f0494e [diff] |
Patch #100854 from jhylton: eliminate compiler warnings in pyexpat: The first two warnings seem harmless enough, but the last one looks like a potential bug: an uninitialized int is returned on error. (I also ended up reformatting some of the code, because it was hard to read.)