mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add useless 'return 1' to prtrace() to shut up VC++.
This commit is contained in:
@@ -2176,6 +2176,7 @@ prtrace(v, str)
|
||||
if (PyObject_Print(v, stdout, 0) != 0)
|
||||
PyErr_Clear(); /* Don't know what else to do */
|
||||
printf("\n");
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user