Commit 1bd21220 authored by Guido van Rossum's avatar Guido van Rossum

Silence compiler warning.

parent 3f429080
......@@ -294,7 +294,7 @@ extern void dump_counts(FILE*);
/* Flush stdout and stderr */
void
flush_std_files()
flush_std_files(void)
{
PyObject *fout = PySys_GetObject("stdout");
PyObject *ferr = PySys_GetObject("stderr");
......
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