Re: [sqlite] Compiler Warnings building Win x64 with VS2010

2011-11-03 Thread Richard Hipp
On Thu, Nov 3, 2011 at 2:38 PM, GB 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

[sqlite] Compiler Warnings building Win x64 with VS2010

2011-11-03 Thread GB
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 ca