Skip to content

Commit

Permalink
[warnings] silence unused parameter warning 2 (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky authored Mar 6, 2024
1 parent e4e6e88 commit 9fbab2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecal/service/ecal_service/src/client_session_impl_v0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ namespace eCAL
, *endpoint_sequence
, service_call_queue_strand_.wrap([me = shared_from_this(), endpoint_sequence](asio::error_code ec, const asio::ip::tcp::endpoint& endpoint)
{
(void)endpoint;
if (ec)
{
const std::string message = "Failed to connect to endpoint [" + me->address_ + ":" + std::to_string(me->port_) + "]: " + ec.message();
Expand Down

0 comments on commit 9fbab2a

Please sign in to comment.