Fix unused field warning

This commit is contained in:
klzgrad 2019-10-31 22:41:24 +08:00
parent a28a12c56c
commit a132f7943e

View File

@ -218,6 +218,8 @@ int NaiveConnection::DoConnectServer() {
} }
} }
} }
#else
static_cast<void>(resolver_);
#endif #endif
} }