> Le 24 mars 2018 à 14:35, Richard Hipp <d...@sqlite.org> a écrit :
> 
> A new pre-release snapshot with this bug fixed has now been uploaded
> to the https://sqlite.org/download.html page.  Please, everybody,
> continue testing!

If I'm not mistaken, a benign warning just appeared on line 185432 of sqlite3.c 
(amalgamation from sqlite-snapshot-201803241324.tar.gz, using Visual Studio 
2017 compiler: "warning C4267: 'function': conversion from 'size_t' to 'int', 
possible loss of data". This is the usual one related to strlen returning 
size_t not int.

Both previous warnings about chmod/_chmod and unlink/_unlink have been taken 
care of: thanks!

-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to