Skip to content

clang 3.8 : compile fail #451

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

Closed
proller opened this issue Mar 23, 2016 · 1 comment
Closed

clang 3.8 : compile fail #451

proller opened this issue Mar 23, 2016 · 1 comment

Comments

@proller
Copy link

proller commented Mar 23, 2016

src/lib_json/json_tool.h:66:18: error: implicit conversion changes signedness: 'signed char' to 'char' [-Werror,-Wsign-conversion]
*--current = static_cast(value % 10U + static_cast('0'));
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cdunn2001 added a commit to cdunn2001/jsoncpp that referenced this issue Mar 24, 2016
@cdunn2001
Copy link
Contributor

Please re-open if this change does not solve the problem.

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

No branches or pull requests

2 participants