Ken & Deb Allen <[EMAIL PROTECTED]> wrote: > > vdbeapi.c > e:\SQLITE\327\Source\vdbeapi.c(55) : warning C4244: 'return' : > conversion from 'i64' to 'int', possible loss of data > e:\SQLITE\327\Source\vdbeapi.c(195) : warning C4244: '=' : conversion > from 'double' to 'i64', possible loss of data > e:\SQLITE\327\Source\vdbeapi.c(232) : warning C4244: '=' : conversion > from 'double' to 'u64', possible loss of data >
What about these three warnings do you think is a concern? Have you actually looked at the code in question to see if the possibility of data loss is real and unintentional? What makes you think that these warnings are not just a case of the compiler blowing smoke? -- D. Richard Hipp <[EMAIL PROTECTED]>

