mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix new compiler warnings. Unused var in compile.c. Argsize mismatches
in binascii.c (only on platforms with signed chars -- although Py_CHARMASK is documented as returning an int, it only does so on platforms with signed chars).
This commit is contained in:
@@ -305,7 +305,6 @@ com_error(struct compiling *c, PyObject *exc, char *msg)
|
||||
{
|
||||
size_t n = strlen(msg);
|
||||
PyObject *v, *tb, *tmp;
|
||||
char *s;
|
||||
c->c_errors++;
|
||||
if (c->c_lineno <= 1) {
|
||||
/* Unknown line number or single interactive command */
|
||||
|
||||
Reference in New Issue
Block a user