Commit 4ef9215a authored by Joseph Noir's avatar Joseph Noir

Adress unused warnings

parent e538599e
......@@ -607,6 +607,8 @@ struct newb_acceptor : public newb_base, public caf::ref_counted {
void io_error(network::operation op, error err) override {
CAF_LOG_ERROR("operation " << to_string(op) << " failed: "
<< backend().system().render(err));
static_cast<void>(op);
static_cast<void>(err);
stop();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment