mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Fix unused field warning
This commit is contained in:
parent
a28a12c56c
commit
a132f7943e
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ int NaiveConnection::DoConnectServer() {
|
|||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
static_cast<void>(resolver_);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue