regards, gerd * _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
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.
- [sqlite] Compiler Warnings building Win x64 with VS2010 GB