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

Update limit constants to use numeric_limits<>::max() #3584

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

bragaigor
Copy link
Contributor

Update limit constants to use numeric_limits<size_t>::max()
Instead of SIZE_MAX

Update limit constants to use numeric_limits<uint32_t>::max()
Instead of UINT32_MAX

Updates fix Linux build

@bragaigor bragaigor force-pushed the limit_macro branch 2 times, most recently from c2ea8de to 1e464d3 Compare February 19, 2019 22:02
@youngar
Copy link
Contributor

youngar commented Feb 19, 2019

@genie-omr build all

@youngar
Copy link
Contributor

youngar commented Feb 20, 2019

All of the copyrights need to be updated

@youngar
Copy link
Contributor

youngar commented Feb 20, 2019

@genie-omr build all

Fix undeclared UINT32_MAX and SIZE_MAX error on
Linux platform build

Signed-off-by: Igor Braga <higorb1@gmail.com>
@youngar
Copy link
Contributor

youngar commented Feb 23, 2019

@genie-omr build all

@charliegracie
Copy link
Contributor

@genie-omr build zos

@charliegracie
Copy link
Contributor

charliegracie commented Feb 27, 2019

Ignore the zOS failure.

@charliegracie charliegracie self-assigned this Mar 4, 2019
@charliegracie charliegracie merged commit 2662d15 into eclipse-omr:master Mar 4, 2019
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.

3 participants