mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Silence compiler warning.
This commit is contained in:
parent
3f42908051
commit
1bd2122041
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue