fix gcc warnings

This commit is contained in:
Arvid Norberg
2015-05-18 01:30:32 +00:00
parent 71ee44ae5e
commit e7d369646d
14 changed files with 98 additions and 104 deletions

View File

@@ -248,6 +248,8 @@ void udp_socket::on_writable(error_code const& ec, udp::socket* s)
#endif
m_v4_write_subscribed = false;
if (ec == asio::error::operation_aborted) return;
call_writable_handler();
}