mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
depends: fix MacOS build with Clang 3.7.1
This commit is contained in:
parent
1b93cb74bb
commit
73f22c48e1
@ -154,7 +154,7 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const auto ip_{remote_ep.address().to_v6()};
|
const auto ip_ = remote_ep.address().to_v6();
|
||||||
return start(is_income, is_multithreaded, ipv6_network_address{ip_, remote_ep.port()});
|
return start(is_income, is_multithreaded, ipv6_network_address{ip_, remote_ep.port()});
|
||||||
}
|
}
|
||||||
CATCH_ENTRY_L0("connection<t_protocol_handler>::start()", false);
|
CATCH_ENTRY_L0("connection<t_protocol_handler>::start()", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user