mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue