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

GDALCopyWords64(): tidy code #11254

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

rouault
Copy link
Member

@rouault rouault commented Nov 12, 2024

Technically it is safer to cast a pointer to uintptr_t than our custom type. At least, it better documents the intent. In practice, I doubt this changes much.

CC @schwehr w.r.t #11253 . Very low chance that it fixes your issue

Technically it is safer to cast a pointer to uintptr_t than our custom
type. At least, it better documents the intent. In practice, I doubt
this changes much.
@schwehr
Copy link
Member

schwehr commented Nov 12, 2024

Looks like nice cleanup.

@rouault rouault merged commit 0012eaf into OSGeo:master Nov 12, 2024
33 of 36 checks passed
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