mirror of
https://github.com/monero-project/monero.git
synced 2025-01-18 07:33:40 +02:00
Merge pull request #2264
980e476c
cryptonote_basic: fix silly CLANG warning about not emitting function (moneromooo-monero)
This commit is contained in:
commit
973cc7ffdf
@ -69,7 +69,7 @@ namespace cryptonote {
|
|||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
std::string return_first_address(const std::string &url, const std::vector<std::string> &addresses, bool dnssec_valid)
|
inline std::string return_first_address(const std::string &url, const std::vector<std::string> &addresses, bool dnssec_valid)
|
||||||
{
|
{
|
||||||
if (addresses.empty())
|
if (addresses.empty())
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user