hotosm / underpass

A customizable data engine for processing mapping data
https://underpass.hotosm.org
GNU General Public License v3.0
29 stars 6 forks source link

fix: Always uses size_t when comparing with an unsigned int #489

Closed robsavoye closed 3 months ago

robsavoye commented 3 months ago

It's not a good idea to compare a signed integer with an unsigned integer