]> granicus.if.org Git - python/commit
Silence a gcc "may be used uninitialized" compiler warning. Not true.
authorGregory P. Smith <greg@krypto.org>
Sun, 26 Apr 2015 06:51:39 +0000 (23:51 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 26 Apr 2015 06:51:39 +0000 (23:51 -0700)
commitf789465eed2d9127fb60baad6f19f18714a604cc
treea6ebb6c7701f52a52e5593a4c4b65cbce29c1204
parent9afe8a330664fa8c301e770cc5123c2902b6a77d
Silence a gcc "may be used uninitialized" compiler warning.  Not true.
Initializing retval prevents the naive warning.
Python/pystrhex.c