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 format warning with 32-bit platforms on musl #639

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Jun 28, 2024

musl uses 64-bit time_t, even on 32-bit platforms. Cast to avoid the warning.

musl uses 64-bit time_t, even on 32-bit platforms. Cast to avoid the warning.
@coveralls
Copy link

Coverage Status

coverage: 69.538%. remained the same
when pulling 45a4d86 on neheb:patch-1
into e4cf037 on p11-glue:master.

Copy link
Member

@ueno ueno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ueno ueno merged commit c203931 into p11-glue:master Jun 29, 2024
14 checks passed
@neheb neheb deleted the patch-1 branch June 29, 2024 03:28
@ZoltanFridrich ZoltanFridrich added this to the 0.25.4 milestone Jul 1, 2024
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.

4 participants