SF but #417587: compiler warnings compiling 2.1.

Repaired *some* of the SGI compiler warnings Sjoerd Mullender reported.
This commit is contained in:
Tim Peters 2001-04-21 02:46:11 +00:00
parent 9dfe4cdfa4
commit cf96de052f
4 changed files with 1 additions and 8 deletions

View file

@ -2146,7 +2146,6 @@ eval_code2(PyCodeObject *co, PyObject *globals, PyObject *locals,
opcode = NEXTOP();
oparg = oparg<<16 | NEXTARG();
goto dispatch_opcode;
break;
default:
fprintf(stderr,