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

Check for endianness definitions in IAEA utilities #1152

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

mchamberland
Copy link
Contributor

@mchamberland mchamberland commented Jun 8, 2024

This gets rid of compilation warnings that LITTLE_ENDIAN, BIG_ENDIAN, and PDP_ENDIAN were already defined on macOS.

This is the same as the previous pull request I had opened #1142; I just renamed my branch to better keep track of things.

@mchamberland mchamberland requested a review from a team as a code owner June 8, 2024 12:34
@ftessier
Copy link
Member

I think that this is ok, since the value of these constants is never used per se in the IAEA phsp code, it is just a label, so to speak.

@mchamberland
Copy link
Contributor Author

For the record, I did double-check that the macOS versions have the same definitions, not that it matters.

@ftessier ftessier self-assigned this Aug 10, 2024
@ftessier ftessier added this to the Release 2024 milestone Aug 10, 2024
This gets rid of compilation warnings that LITTLE_ENDIAN, BIG_ENDIAN,
and PDP_ENDIAN were already defined on macOS.
@rtownson
Copy link
Collaborator

rtownson commented Sep 5, 2024

Tweaked commit message.

@rtownson rtownson merged commit 2271d66 into nrc-cnrc:develop Sep 5, 2024
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.

5 participants