mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix gcc (4.0.x) warning about use of uninitialized variable.
This commit is contained in:
parent
49c5da1d88
commit
a5fa2a8a13
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ dbm_length(dbmobject *dp)
|
|||
datum key,okey;
|
||||
int size;
|
||||
okey.dsize=0;
|
||||
okey.dptr=NULL;
|
||||
|
||||
size = 0;
|
||||
for (key=gdbm_firstkey(dp->di_dbm); key.dptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue