build: fix some warnings
This commit is contained in:
@ -92,7 +92,7 @@ output_sexp_stdout(Sexp&& sexp, bool flush = false)
|
||||
}
|
||||
|
||||
if (flush)
|
||||
::fflush(::stdout);
|
||||
std::fflush(stdout);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user