Kaydet (Commit) 73f77b44 authored tarafından Barry Warsaw's avatar Barry Warsaw

com_error(): Quiet gcc -Wall warning.

üst 04e654a6
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment