mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Fix unused field warning
This commit is contained in:
parent
a28a12c56c
commit
a132f7943e
@ -218,6 +218,8 @@ int NaiveConnection::DoConnectServer() {
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
static_cast<void>(resolver_);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user