mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -532,7 +532,7 @@ CD_callback(arg, type, data)
|
|||
CDDATATYPES type;
|
||||
void *data;
|
||||
{
|
||||
object *result, *args, *v;
|
||||
object *result, *args, *v = NULL;
|
||||
char *p;
|
||||
int i;
|
||||
cdparserobject *self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue