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

Paul Norman notifications at github.com
Fri Oct 30 06:36:28 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;

I was saying the change you did looked okay.

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


More information about the Tile-serving mailing list