Kaydet (Commit) e40ad796 authored tarafından Zackery Spytz's avatar Zackery Spytz Kaydeden (comit) Yury Selivanov

Fix GCC warning in _asynciomodule.c (#4928)

üst c5ae169e
......@@ -3023,7 +3023,7 @@ _asyncio__leave_task_impl(PyObject *module, PyObject *loop, PyObject *task)
static void
module_free_freelists()
module_free_freelists(void)
{
PyObject *next;
PyObject *current;
......
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