[Tile-serving] [osm2pgsql] Fix more MSVC warnings related to size_t (#485)

alex85k notifications at github.com
Fri Oct 30 05:53:23 UTC 2015


> @@ -576,7 +576,7 @@ static void str_read(byte** pp,char** s1p,char** s2p) {
>         return:
>         *s1p,*s2p: pointers to the strings which have been read; */
>    char* p;
> -  int len1,len2;
> +  size_t len1,len2;

OK, will replace with (int) conversion.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/485/files#r43473696
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151029/bf2eb223/attachment.html>


More information about the Tile-serving mailing list