2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

Fix compilation with -Wall and -Werror

This commit is contained in:
Roberto Rodriguez
2023-08-10 14:05:58 +02:00
committed by Klemens Morgenstern
parent 8d372cb510
commit 0503b0997c

View File

@@ -71,7 +71,7 @@ struct async_out_buffer : ::boost::process::detail::posix::handler_base_ext,
}
template <typename Executor>
inline void on_success(Executor &exec)
inline void on_success(Executor &)
{
auto pipe = this->pipe;
boost::asio::async_read(*pipe, buf,