Re: [sqlite] cast from pointer to integer of different size

2010-09-16 Thread Ian Hardingham
You know, compilers are like women - they warn you about a lot of things you really don't need to worry about. On 16/09/2010 12:18, Dan Kennedy wrote: > On Sep 16, 2010, at 2:09 AM, jagjeet singh nain wrote: > >> Hi, >> I was compiling sqlite on 64 bit OS and i got following warning >> message.

Re: [sqlite] cast from pointer to integer of different size

2010-09-16 Thread Dan Kennedy
On Sep 16, 2010, at 2:09 AM, jagjeet singh nain wrote: > Hi, > I was compiling sqlite on 64 bit OS and i got following warning > message. > > sqlite3.c: In function 'rtreeInit': > sqlite3.c:118698:20: warning: cast from pointer to integer of > different size > Two versions were tried, 3.6.23.

Re: [sqlite] cast from pointer to integer of different size

2010-09-16 Thread Michael Schlenker
jagjeet singh nain schrieb: > Hi, > I was compiling sqlite on 64 bit OS and i got following warning message. Its probably an issue of: http://www.sqlite.org/faq.html#q17 Michael -- Michael Schlenker Software Architect CONTACT Software GmbH Tel.: +49 (421) 20153-80 Wiener Straße 1-3

[sqlite] cast from pointer to integer of different size

2010-09-16 Thread jagjeet singh nain
Hi, I was compiling sqlite on 64 bit OS and i got following warning message. sqlite3.c: In function 'rtreeInit': sqlite3.c:118698:20: warning: cast from pointer to integer of different size Two versions were tried, 3.6.23.1 and 3.7.2 but both had same warning message. Default configuration script