From b9a781e177ace3ef32fa40a98f0792432ec9fdd3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 3 Jan 1997 00:26:28 +0000 Subject: [PATCH] Scratch the ears of gcc -Wall. --- Modules/structmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/structmodule.c b/Modules/structmodule.c index 06e7b2eda8a..113e3c507b3 100644 --- a/Modules/structmodule.c +++ b/Modules/structmodule.c @@ -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))