summaryrefslogtreecommitdiff
path: root/boost/process/detail/posix/child_handle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/process/detail/posix/child_handle.hpp')
-rw-r--r--boost/process/detail/posix/child_handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/process/detail/posix/child_handle.hpp b/boost/process/detail/posix/child_handle.hpp
index 44ec43ea68..8ce246d00a 100644
--- a/boost/process/detail/posix/child_handle.hpp
+++ b/boost/process/detail/posix/child_handle.hpp
@@ -44,7 +44,7 @@ struct child_handle
return pid;
}
bool in_group() const {return true;}
- bool in_group(std::error_code &ec) const noexcept {return true;}
+ bool in_group(std::error_code&) const noexcept {return true;}
typedef int process_handle_t;
process_handle_t process_handle() const { return pid; }