mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
This fixes a number of warnings found when integrating it in GDAL builds, which are done with quite pedantic warning levels. - add explicit casts when shortening variables - add support for big-endian targets if defining PMTILES_MSB - add santity checks on reading directories against corrupt/hostile data - replace a exit() call by an exception