mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Fix GCC warning in _asynciomodule.c (#4928)
This commit is contained in:
parent
c5ae169e1b
commit
e40ad79653
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ _asyncio__leave_task_impl(PyObject *module, PyObject *loop, PyObject *task)
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
module_free_freelists()
|
module_free_freelists(void)
|
||||||
{
|
{
|
||||||
PyObject *next;
|
PyObject *next;
|
||||||
PyObject *current;
|
PyObject *current;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue