build: fix some warnings

This commit is contained in:
Dirk-Jan C. Binnema
2022-02-20 15:02:25 +02:00
parent 4eddf4e6ba
commit f10a7560f7
4 changed files with 13 additions and 6 deletions

View File

@ -92,7 +92,7 @@ output_sexp_stdout(Sexp&& sexp, bool flush = false)
}
if (flush)
::fflush(::stdout);
std::fflush(stdout);
}
static void