mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
cryptonote_basic: fix silly CLANG warning about not emitting function
This commit is contained in:
parent
bfd2532ea5
commit
980e476c89
@ -69,7 +69,7 @@ namespace cryptonote {
|
||||
|
||||
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())
|
||||
return {};
|
||||
|
Loading…
Reference in New Issue
Block a user