Skip to content

Commit d386240

Browse files
authored
fix compilation warnings (#183)
1 parent ccac964 commit d386240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trantor/net/TcpClient.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ TcpClient::TcpClient(EventLoop *loop,
6363
retry_(false),
6464
connect_(true)
6565
{
66+
(void)validateCert_;
6667
connector_->setNewConnectionCallback(
6768
std::bind(&TcpClient::newConnection, this, _1));
6869
connector_->setErrorCallback([this]() {

0 commit comments

Comments
 (0)