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 compiler warning on mac osx #2284

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

DanHeidinga
Copy link
Member

UDATA variable will always, by definition, be >= 0.
Assigning it a value of U_16 so safe to replace UDATA
with IDATA.

issue: #36

Signed-off-by: Dan Heidinga daniel_heidinga@ca.ibm.com

UDATA variable will always, by definition, be >= 0.
Assigning it a value of U_16 so safe to replace UDATA
with IDATA.

Signed-off-by: Dan Heidinga <daniel_heidinga@ca.ibm.com>
Copy link
Contributor

@gacholio gacholio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Horrid, but correct.

@gacholio
Copy link
Contributor

jenkins test sanity plinux jdk8

@gacholio gacholio merged commit 41a9108 into eclipse-openj9:master Jun 27, 2018
@DanHeidinga DanHeidinga deleted the djh/typefix branch June 28, 2018 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants