mirror of https://github.com/python/cpython
Silence compiler warning.
This commit is contained in:
parent
3f42908051
commit
1bd2122041
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue