Files
PMTiles/cpp/pmtiles.hpp
Even Rouault 6cd1c3a39b pmtiles.hpp: multiple warning and robustness fixes
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
2023-06-09 20:23:05 +02:00

17 KiB