~singpolyma/biboumi

c8606e1858363f0f9b8f9cd8ac8b96dfe181fd31 — Florent Le Coz 7 years ago f57a43f
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;