mirror of https://github.com/python/cpython.git
Add useless 'return 1' to prtrace() to shut up VC++.
This commit is contained in:
parent
4951782178
commit
cc229ea76f
|
@ -2176,6 +2176,7 @@ prtrace(v, str)
|
||||||
if (PyObject_Print(v, stdout, 0) != 0)
|
if (PyObject_Print(v, stdout, 0) != 0)
|
||||||
PyErr_Clear(); /* Don't know what else to do */
|
PyErr_Clear(); /* Don't know what else to do */
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue