mirror of
https://github.com/python/cpython.git
synced 2025-09-20 23:50:22 +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
|
static void
|
||||||
com_error(struct compiling *c, PyObject *exc, char *msg)
|
com_error(struct compiling *c, PyObject *exc, char *msg)
|
||||||
{
|
{
|
||||||
size_t n = strlen(msg);
|
|
||||||
PyObject *v, *tb, *tmp;
|
PyObject *v, *tb, *tmp;
|
||||||
c->c_errors++;
|
c->c_errors++;
|
||||||
if (c->c_lineno <= 1) {
|
if (c->c_lineno <= 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue