mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
com_error(): Quiet gcc -Wall warning.
This commit is contained in:
parent
04e654a63c
commit
73f77b4495
1 changed files with 0 additions and 1 deletions
|
@ -303,7 +303,6 @@ struct compiling {
|
|||
static void
|
||||
com_error(struct compiling *c, PyObject *exc, char *msg)
|
||||
{
|
||||
size_t n = strlen(msg);
|
||||
PyObject *v, *tb, *tmp;
|
||||
c->c_errors++;
|
||||
if (c->c_lineno <= 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue