felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
906 stars 78 forks source link

following installation instruction produces several "comparison of integer expressions of different signedness" #165

Open matkoniecz opened 10 months ago

matkoniecz commented 10 months ago

https://github.com/felt/tippecanoe#installation

pmtiles/pmtiles.hpp: In function ‘uint64_t pmtiles::zxy_to_tileid(uint8_t, uint32_t, uint32_t)’: pmtiles/pmtiles.hpp:391:8: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 391 | if (x > (1 << z) - 1 || y > (1 << z) - 1) { | ^~~~

it would nice if that would be changed or make from install instructions being told to not complain about this