Windows : Fix truncation warnings in sql/

This commit is contained in:
Vladislav Vaintroub 2017-10-09 19:53:27 +00:00
commit dc93ce8dea
30 changed files with 142 additions and 142 deletions

View file

@ -2565,7 +2565,7 @@ uint Gis_multi_polygon::init_from_opresult(String *bin,
n_poly++;
}
bin->write_at_position(np_pos, n_poly);
return opres - opres_orig;
return (uint)(opres - opres_orig);
}