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 #403, patches for older system compatibility #404

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Do not assume INTMAX_MAX or UINT64_C macros are available. Notably, these are absent on VxWorks 6.9,

Fixes #403

Testing performed
Build on VxWorks 6.9

Expected behavior changes
Compile succeeds. Test cases that depend on host system 64-bit macros will not be run

System(s) tested on
VxWorks 6.9

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Do not assume INTMAX_MAX or UINT64_C macros are available.
Notably, these are absent on VxWorks 6.9,
@jphickey jphickey added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Aug 17, 2023
@dzbaker dzbaker added CCB:Approved and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Aug 17, 2023
@dzbaker dzbaker merged commit 5df892e into nasa:main Aug 17, 2023
17 checks passed
@dmknutsen dmknutsen added this to the Equuleus milestone Aug 23, 2023
@jphickey jphickey deleted the fix-403-intmax branch November 16, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UT fails to build if C library does not provide INTMAX_MAX
3 participants