Skip to content

Commit b0e4bda

Browse files
Fix build warnings in IXSocketOpenSSL.cpp
1 parent e6b1539 commit b0e4bda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ixwebsocket/IXSocketOpenSSL.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ namespace ix
291291
bool SocketOpenSSL::checkHost(const std::string& host, const char* pattern)
292292
{
293293
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
294+
(void)host;
295+
(void)pattern;
294296
return true;
295297
#else
296298

0 commit comments

Comments
 (0)