Workaround release builds failing

Issue caused by e9c4325515.
This commit is contained in:
2020-08-06 19:19:25 +10:00
parent c872e87bd4
commit 82150f5641
4 changed files with 4 additions and 4 deletions

View File

@@ -360,7 +360,7 @@ void PyC_StackSpit(void)
}
}
void PyC_StackPrint(FILE *fp)
void PyC_StackPrint(/* FILE */ void *fp)
{
PyThreadState *tstate = PyGILState_GetThisThreadState();
if (tstate != NULL && tstate->frame != NULL) {