On Thu, Nov 3, 2011 at 2:38 PM, GB <[email protected]> wrote: > When building SQLite for Windows64 using Visual Studio 2010, I get lots of > warnings concerning 64Bit Values being assigned to 32Bit Variables. These > occur when the result of pointer arithmetics is assigned to int variables > since in Windows64 ints are 32Bits wide while pointers are 64Bit. How can > these warnings be avoided? Do other compilers also produce them? My builds > enable options SQLITE_ENABLE_STAT3, *SQLITE_ENABLE_FTS3 and > **SQLITE_ENABLE_FTS3_**PARENTHESIS. >
http://www.sqlite.org/faq.html#q17 http://www.sqlite.org/testing.html > > regards, > gerd > * > ______________________________**_________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users> > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

