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

Remove unused constants: J9Init* #4233

Merged
merged 1 commit into from
Jan 10, 2019
Merged

Conversation

keithc-ca
Copy link
Contributor

This was noticed because the macro definition
#define J9InitEnd 0x-1
elicits numerous warnings from xlc:
... 1540-0887 (S) The hexadecimal literal "0x" is not valid.
during DDR macro processing.

This was noticed because the macro definition
  #define J9InitEnd 0x-1
elicits numerous warnings from xlc:
  ... 1540-0887 (S) The hexadecimal literal "0x" is not valid.
during DDR macro processing.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@keithc-ca keithc-ca requested a review from gacholio January 10, 2019 18:44
@gacholio gacholio self-assigned this Jan 10, 2019
@gacholio
Copy link
Contributor

jenkins compile zlinux jdk8

@gacholio gacholio merged commit 763a8cc into eclipse-openj9:master Jan 10, 2019
@keithc-ca keithc-ca deleted the unused branch January 10, 2019 19:54
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