Unused result warning in executor.hpp
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
There's a warning `unused-result` generated in process/detail/posix/executor.hpp
It refers to 3 calls to `::write` function in `void write_error(const std::error_code & ec, const char * msg)`
Built it with gcc7 on Linux.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.