Opened 8 years ago
Closed 5 years ago
#6747 closed enhancement (wontfix)
use GInt64/GUInt64 where needed
Reported by: | Even Rouault | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | closed_because_of_github_migration |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
up to now, we only had GIntBig/GUIntBig whose width is not guaranteed, although in a lot of place we really want them to be exactly 64bit, no less, no more (for anything involving disk serialization for example). In those cases, we should use the newly added GInt64/GUInt64 (added per r36744)
Change History (4)
comment:1 by , 8 years ago
comment:4 by , 5 years ago
Milestone: | → closed_because_of_github_migration |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.
Note:
See TracTickets
for help on using tickets.
In 36820: