Kaydet (Commit) 208ac5cf authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Issue #17832: fix a compilation warning about a function prototype.

Also, make the private function static.
üst 45f3d2ff
......@@ -36,7 +36,8 @@
#endif
#ifdef Py_REF_DEBUG
void _print_total_refs() {
static
void _print_total_refs(void) {
PyObject *xoptions, *key, *value;
xoptions = PySys_GetXOptions();
if (xoptions == NULL)
......
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