felt/tippecanoe

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

matkoniecz opened this issue · 0 comments

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