Hello all,

I'm compiling sqlite 3.6.13 with Visual 2003, and RunTime Check 
activated, and it gives this error :

Run-Time Check Failure #1 -
A cast to a smaller data type has caused a loss of data.  If this was
intentional, you should mask the source of the cast with the appropriate
bitmask.  For example:

        char c = (i & 0xFF);

Changing the code in this way will not affect the quality of the
resulting optimized code.

Is it a known bug? Can I send more detailed informations (call stack, 
source code) on this list, or on dev list?

Thanks,

Gérald

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to