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

H5Pf: Use off_t instead HDoff_t #5169

Closed
wants to merge 2 commits into from

Conversation

jschueller
Copy link
Contributor

@jschueller jschueller commented Dec 7, 2024

Fixes this error:

H5Pf.c:1630:72: error: passing argument 5 of 'H5Pget_external' from incompatible pointer type [-Wincompatible-pointer-types]

cc @derobins since your PR #5082 maybe be related

Fixes this error:

H5Pf.c:1630:72: error: passing argument 5 of 'H5Pget_external' from incompatible pointer type [-Wincompatible-pointer-types]
@derobins
Copy link
Member

derobins commented Dec 8, 2024

Thanks! I'm going to change the type to uint64_t, so off_t will go away shortly. I'm going to go ahead and close this.

@derobins derobins closed this Dec 8, 2024
@jschueller jschueller deleted the patch-2 branch December 8, 2024 13:08
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.

2 participants