Skip to content

Commit

Permalink
Fix compilation with -Wall and -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Wandelbots authored and klemens-morgenstern committed Aug 14, 2023
1 parent 8d372cb commit 0503b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/process/detail/posix/async_out.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0503b09

Please sign in to comment.