mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
bpo-45020: Fix strict-prototypes warning (GH-29755)
This commit is contained in:
parent
abfc794bbf
commit
5c4b19ec49
2 changed files with 2 additions and 2 deletions
|
@ -1087,7 +1087,7 @@ use_frozen(void)
|
|||
}
|
||||
|
||||
static PyObject *
|
||||
list_frozen_module_names()
|
||||
list_frozen_module_names(void)
|
||||
{
|
||||
PyObject *names = PyList_New(0);
|
||||
if (names == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue