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

Resolve C++11 narrowing conversion errors #72

Closed
wants to merge 2 commits into from

Conversation

floppym
Copy link

@floppym floppym commented Sep 19, 2016

When building with a C++11 compiler (g++ -std=c++11 or GCC 6 by default), implicit conversion from int to char generates an error.

This patchset resolves these conversion errors.

@floppym
Copy link
Author

floppym commented Sep 19, 2016

I see #69 addresses the same issue, in a different way.

@openvcdiff
Copy link
Collaborator

Approved #69. Sorry for the delay!

@openvcdiff openvcdiff closed this Feb 8, 2017
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