This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Linux narrow warning by using correct type
- Loading branch information
30239c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not crazy about this, as it works fine for 4096 extent but isn't future proof. @kkaefer @jfirebaugh Can you recommend a better approach here, given that
FeatureBox
needs to be made ofint16_t
butextent
is most properly defined asuint16_t
?