mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Scratch the ears of gcc -Wall.
This commit is contained in:
parent
f3f41a9e57
commit
b9a781e177
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ struct_unpack(self, args)
|
|||
const formatdef *f, *e;
|
||||
char *str, *start, *fmt, *s;
|
||||
char c;
|
||||
int len, size, num, x;
|
||||
int len, size, num;
|
||||
PyObject *res, *v;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "ss#", &fmt, &start, &len))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue