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 build on non x86 arch #1598

Conversation

omadjoudj
Copy link
Contributor

Hi,
Build failed on ppc64/ppc64le/arch64/armv7hl/s390x [1] due to how chars are represented there.
This PR cast int to char to avoid such issue, test in link [2]

[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=22616331
[2] https://koji.fedoraproject.org/koji/taskinfo?taskID=22616953

build failed on ppc64/ppc64le/arch64/armv7hl/s390x due to how
this arch represent chars
@zimmerle zimmerle self-assigned this Oct 25, 2017
@zimmerle zimmerle added this to the v3.0.0 feature complete milestone Oct 25, 2017
zimmerle pushed a commit that referenced this pull request Oct 25, 2017
@zimmerle zimmerle closed this Oct 25, 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.

None yet

2 participants