diff options
author | Guido van Rossum <guido@python.org> | 1996-12-05 23:43:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-05 23:43:35 (GMT) |
commit | a376cc5cc86c62f912886c4002ed1a9b3b213b88 (patch) | |
tree | d505b439cc8f6aac1ba75374b6652857273274c0 /Modules/almodule.c | |
parent | 60fca2c90fe4d00715f4ae28d68560e67955ab9b (diff) | |
download | cpython-a376cc5cc86c62f912886c4002ed1a9b3b213b88.zip cpython-a376cc5cc86c62f912886c4002ed1a9b3b213b88.tar.gz cpython-a376cc5cc86c62f912886c4002ed1a9b3b213b88.tar.bz2 |
Keep gcc -Wall happy.
Diffstat (limited to 'Modules/almodule.c')
-rw-r--r-- | Modules/almodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/almodule.c b/Modules/almodule.c index 52d3bad..6972e82 100644 --- a/Modules/almodule.c +++ b/Modules/almodule.c @@ -366,7 +366,6 @@ al_writesamps (self, args) portobject *self; object *args; { - long count; char *buf; int size, width; ALconfig c; @@ -623,7 +622,6 @@ al_queryparams(self, args) long *PVbuffer; long PVdummy[2]; object *v; - object *w; if (!getlongarg (args, &device)) return NULL; |