should be (size_t) instead of (int) though... since size_t will retain the precision... and then back propagate the change to the function return type and the things receiving the return... then you don't need the cast anyway.
On Tue, Jan 26, 2016 at 3:37 AM, Richard Hipp <drh at sqlite.org> wrote: > On 1/26/16, Olivier Mascia <om at integral.be> wrote: >> Hello, >> >> Using (3.10.2), as was the case with 3.10.0, there are two warnings (VS.2015 >> at least, /W3 only) compiling in 64 bits: >> > > Fixed 12 days ago on trunk. https://www.sqlite.org/src/info/74808a79ea3194f6 > > -- > D. Richard Hipp > drh at sqlite.org > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users