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 pid_t to int64_t for use in format specifiers #7141

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

dylanjtuttle
Copy link
Contributor

Fix AIX warnings concerning incorrect format specifiers for variables with type pid_t by casting them to int64_t since pid_t is not guaranteed to be a long integer on every platform.

This PR contributes to (but does not close) openj9 #14859

compiler/ras/Debug.cpp Outdated Show resolved Hide resolved
Fix AIX warnings concerning incorrect format specifiers for
variables with type pid_t by casting them to int64_t since
pid_t is not guaranteed to be a long integer

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
@hzongaro
Copy link
Contributor

hzongaro commented Nov 9, 2023

Jenkins build all

@hzongaro
Copy link
Contributor

Builds were successful and reviews approved the change. Merging.

@hzongaro hzongaro merged commit 3a12f6a into eclipse-omr:master Nov 10, 2023
16 of 18 checks passed
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.

3 participants