Skip to content

Conversation

@Cheney-W
Copy link
Contributor

I am a maintainer of vcpkg, and when I updated ixwebsocket to version 11.4.4, I encountered the following errors:

\ixwebsocket\IXSocketMbedTLS.cpp(61): error C2065: 'errorMsg': undeclared identifier
\ixwebsocket\IXSocketMbedTLS.cpp(62): error C2065: 'errorMsg': undeclared identifier
\ixwebsocket\IXSocketMbedTLS.cpp(88): error C2065: 'errorMsg': undeclared identifier

Above errors occurred because errorMsg was commented out in PR #399, I don't know why it was commented out.

To fix this issue, I uncomment the codes.

@bsergean
Copy link
Contributor

Thanks for the fix. That other PR that commented it out probably did that to remove a compiler warning on non-windows platforms.

@bsergean bsergean merged commit 632ee31 into machinezone:master Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants