mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
ed0af8fe70
commit
80bb9655f0
6 changed files with 38 additions and 28 deletions
|
@ -994,7 +994,6 @@ com_sliceobj(c, n)
|
|||
{
|
||||
int i=0;
|
||||
int ns=2; /* number of slice arguments */
|
||||
int first_missing=0;
|
||||
node *ch;
|
||||
|
||||
/* first argument */
|
||||
|
@ -2871,7 +2870,7 @@ optimize(c)
|
|||
{
|
||||
unsigned char *next_instr, *cur_instr;
|
||||
int opcode;
|
||||
int oparg;
|
||||
int oparg = 0;
|
||||
object *name;
|
||||
object *error_type, *error_value, *error_traceback;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue