diff options
author | Thomas Wouters <thomas@python.org> | 2006-02-01 21:32:04 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-02-01 21:32:04 (GMT) |
commit | 553489ab1db7990998aae3bffc0a1e20f5dc51af (patch) | |
tree | 92c02a3706458b75bcd741b140a4f199bba82e93 /Lib | |
parent | 548148810bfb4f44450a93f98912a5eee07d4303 (diff) | |
download | cpython-553489ab1db7990998aae3bffc0a1e20f5dc51af.zip cpython-553489ab1db7990998aae3bffc0a1e20f5dc51af.tar.gz cpython-553489ab1db7990998aae3bffc0a1e20f5dc51af.tar.bz2 |
As discussed on python-dev, silence three gcc-4.0.x warnings, using assert()
to protect against actual uninitialized usage.
Objects/longobject.c: In function ‘PyLong_AsDouble’:
Objects/longobject.c:655: warning: ‘e’ may be used uninitialized in this function
Objects/longobject.c: In function ‘long_true_divide’:
Objects/longobject.c:2263: warning: ‘aexp’ may be used uninitialized in this function
Objects/longobject.c:2263: warning: ‘bexp’ may be used uninitialized in this function
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions