Remove a unused_parameter warning
1 files changed, 1 insertions(+), 1 deletions(-) M louloulibs/network/resolver.cpp
M louloulibs/network/resolver.cpp => louloulibs/network/resolver.cpp +1 -1
@@ 29,7 29,7 @@ void Resolver::resolve(const std::string& hostname, const std::string& port, } #ifdef CARES_FOUND void Resolver::start_resolving(const std::string& hostname, const std::string& port) void Resolver::start_resolving(const std::string& hostname, const std::string&) { this->resolving = true; this->resolved = false;