]> granicus.if.org Git - python/commit
gcc doesn't realize that dummy is always initialized by the function call
authorGregory P. Smith <greg@krypto.org>
Sat, 23 Nov 2013 20:21:28 +0000 (20:21 +0000)
committerGregory P. Smith <greg@krypto.org>
Sat, 23 Nov 2013 20:21:28 +0000 (20:21 +0000)
commit2b38fc187c2a764b7608cd262de5a2777a77f4c8
treefbf43d9060c70209ff374395cd2701ceb9dfe19e
parent2489bd83f5762c4e343d8d93af4cd5514eb5c67d
gcc doesn't realize that dummy is always initialized by the function call
and warns about potential uninitialized use.
Silence that by initializing it to null.
Modules/_pickle.c