[EMAIL PROTECTED] wrote:
"Ian Frosst" <[EMAIL PROTECTED]> wrote:
 Looking at the code, there are pointer to int truncations
everywhere,

Where, specifically, are you seeing pointer to int truncations
in the SQLite code base?  This is something that needs to be
fixed.

I've compiled 3.3.10 (plus check-in 3590 and 3592) using Embedded Visual C++ 4.0 to do testing on WinCE and received a number of similar warnings. Two are listed below:

btree.c(3951) : warning C4244: '+=' : conversion from '__int64 ' to 'int ', possible loss of data btree.c(3953) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data

A number of other warnings in btree.c are about a CellInfo.nKeys and BtCursor.nKey value being converted to an int.

--
Scott Wilkinson

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to