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

Cast a few parameters when translating macros to functions #3245

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Dec 19, 2023

When we made the transition from macros to functions, we were forced to move things that went on the left side of an = sign to being addresses of params to the function call. Compilers are getting increasinly picky about matching parameter types, so cast a few that might cause trouble.

Refs open-mpi/ompi#12169

When we made the transition from macros to functions, we
were forced to move things that went on the left side of
an `=` sign to being addresses of params to the function
call. Compilers are getting increasinly picky about matching
parameter types, so cast a few that might cause trouble.

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54 rhc54 merged commit 142625e into openpmix:master Dec 19, 2023
17 checks passed
@rhc54 rhc54 deleted the topic/cast branch December 19, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant