summaryrefslogtreecommitdiff
path: root/boost/process/async_system.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/process/async_system.hpp')
-rw-r--r--boost/process/async_system.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/process/async_system.hpp b/boost/process/async_system.hpp
index 9bd0358c43..1c48ef5a1d 100644
--- a/boost/process/async_system.hpp
+++ b/boost/process/async_system.hpp
@@ -82,7 +82,7 @@ struct async_system_handler : ::boost::process::detail::api::async_handler
{
#if defined(BOOST_POSIX_API)
if (errored)
- return [](int exit_code, const std::error_code & ec){};
+ return [](int , const std::error_code &){};
#endif
auto & h = init.completion_handler;
return [h](int exit_code, const std::error_code & ec) mutable