Skip to content

Commit

Permalink
[warnings] silence unused parameter warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Mar 4, 2024
1 parent 065a5d0 commit d7e3b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecal/service/ecal_service/src/client_session_impl_v1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,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 d7e3b28

Please sign in to comment.