Skip to content

Commit

Permalink
[warnings] silence unused parameter warning. (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller authored Mar 5, 2024
1 parent 63ac957 commit d69de9f
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 d69de9f

Please sign in to comment.