Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error C2065: 'errorMsg': undeclared identifier #471

Merged
merged 1 commit into from
Jun 22, 2023

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
Collaborator

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