Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this change silence following warning: include/seastar/core/future.hh:645:42: error: unused parameter ‘m’ [-Werror=unused-parameter] 645 | future_state(exception_future_marker m, future_state_base&& state) noexcept : future_state_base(std::move(state)) { } Signed-off-by: Kefu Chai <[email protected]> Message-Id: <[email protected]>
- Loading branch information