Skip to content

Commit d84bda7

Browse files
committed
disable unused google dns variable
this should probably not use external DNS servers at all, but this variable is unused which is reported as a warning. this issue is already tracked in #2313
1 parent 3249677 commit d84bda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/net/dns/service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void Service::start()
8686
[] (net::Inet& inet)
8787
{
8888
const ip4::Addr level3{4, 2, 2, 1};
89-
const ip4::Addr google{8, 8, 8, 8};
89+
//const ip4::Addr google{8, 8, 8, 8};
9090

9191
static std::vector<Name_request> requests {
9292
// Having these here fails the test in some cases. A timing issue or a bug?

0 commit comments

Comments
 (0)