Thank...
SQLite is exactly want we need.
But we are compiling with Visual C++ 7.1 in warning level 4
There is all the warning we have :-)
I understand, lot of this warning are not accurate but I'm wondering if for
example
warning C4701: local variable 'iSelectLoop' may be used without
having been initialized
Is not a problem ?
Compiling...
where.c
sqlite\where.c(178) : warning C4244: '=' : conversion from 'int' to 'short',
possible loss of data
sqlite\where.c(182) : warning C4244: '=' : conversion from 'int' to 'short',
possible loss of data
vdbeaux.c
sqlite\vdbeaux.c(954) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
vdbe.c
sqlite\vdbe.c(385) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\vdbe.c(386) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\vdbe.c(387) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\vdbe.c(388) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\vdbe.c(423) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\vdbe.c(1295) : warning C4244: 'initializing' : conversion from
'double' to 'int', possible loss of data
sqlite\vdbe.c(1310) : warning C4244: '=' : conversion from 'double' to
'int', possible loss of data
sqlite\vdbe.c(1948) : warning C4244: '=' : conversion from 'u32' to 'char',
possible loss of data
sqlite\vdbe.c(1950) : warning C4244: '=' : conversion from 'u32' to 'char',
possible loss of data
sqlite\vdbe.c(1952) : warning C4244: '=' : conversion from 'u32' to 'char',
possible loss of data
sqlite\vdbe.c(1959) : warning C4244: '=' : conversion from 'u32' to 'char',
possible loss of data
sqlite\vdbe.c(1961) : warning C4244: '=' : conversion from 'u32' to 'char',
possible loss of data
sqlite\vdbe.c(1963) : warning C4244: '=' : conversion from 'u32' to 'char',
possible loss of data
sqlite\vdbe.c(2604) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(2810) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(3039) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(3332) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(3360) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(3361) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(3402) : warning C4244: '=' : conversion from 'int' to 'Bool',
possible loss of data
sqlite\vdbe.c(4159) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\vdbe.c(4741) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
vacuum.c
sqlite\vacuum.c(109) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\vacuum.c(142) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\vacuum.c(171) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\vacuum.c(210) : warning C4100: 'pTableName' : unreferenced formal
parameter
util.c
sqlite\util.c(560) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
update.c
trigger.c
sqlite\trigger.c(137) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\trigger.c(139) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\trigger.c(140) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
tokenize.c
sqlite\tokenize.c(167) : warning C4244: '=' : conversion from 'size_t' to
'u16', possible loss of data
sqlite\tokenize.c(409) : warning C4210: nonstandard extension used :
function given file scope
sqlite\tokenize.c(410) : warning C4210: nonstandard extension used :
function given file scope
sqlite\tokenize.c(411) : warning C4210: nonstandard extension used :
function given file scope
table.c
shell.c
sqlite\shell.c(271) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\shell.c(452) : warning C4100: 'azCol' : unreferenced formal parameter
sqlite\shell.c(613) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\shell.c(632) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\shell.c(676) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\shell.c(792) : warning C4210: nonstandard extension used : function
given file scope
sqlite\shell.c(977) : warning C4210: nonstandard extension used : function
given file scope
sqlite\shell.c(1180) : warning C4210: nonstandard extension used : function
given file scope
select.c
sqlite\select.c(51) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\select.c(102) : warning C4389: '==' : signed/unsigned mismatch
sqlite\select.c(334) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\select.c(1188) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\select.c(1614) : warning C4100: 'pParse' : unreferenced formal
parameter
random.c
printf.c
sqlite\printf.c(477) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(482) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(492) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(494) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(506) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(509) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(510) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(544) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(546) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(584) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(585) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\printf.c(595) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
pragma.c
sqlite\pragma.c(245) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pragma.c(280) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pragma.c(545) : warning C4210: nonstandard extension used : function
given file scope
parse.c
parse.c(1448) : warning C4244: '=' : conversion from 'int' to 'unsigned
char', possible loss of data
parse.y(282) : warning C4244: '=' : conversion from 'int' to 'u8', possible
loss of data
parse.y(418) : warning C4244: '=' : conversion from 'int' to 'u8', possible
loss of data
parse.y(422) : warning C4244: '=' : conversion from 'int' to 'u8', possible
loss of data
parse.y(569) : warning C4244: '=' : conversion from 'int' to 'u8', possible
loss of data
parse.y(576) : warning C4244: '=' : conversion from 'int' to 'u8', possible
loss of data
parse.c(3846) : warning C4100: 'yymajor' : unreferenced formal parameter
parse.c(3985) : warning C4244: 'function' : conversion from 'int' to
'unsigned char', possible loss of data
parse.c(3996) : warning C4244: 'function' : conversion from 'int' to
'unsigned char', possible loss of data
pager.c
sqlite\pager.c(303) : warning C4127: conditional expression is constant
sqlite\pager.c(306) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(307) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(308) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(309) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(320) : warning C4127: conditional expression is constant
sqlite\pager.c(323) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(324) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(325) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(326) : warning C4244: '=' : conversion from 'u32' to
'unsigned char', possible loss of data
sqlite\pager.c(473) : warning C4100: 'aData' : unreferenced formal parameter
sqlite\pager.c(597) : warning C4057: 'function' : 'u32 *' differs in
indirection to slightly different base types from 'int *'
sqlite\pager.c(602) : warning C4244: '=' : conversion from 'off_t' to 'int',
possible loss of data
sqlite\pager.c(605) : warning C4244: '=' : conversion from 'off_t' to 'int',
possible loss of data
sqlite\pager.c(612) : warning C4389: '==' : signed/unsigned mismatch
sqlite\pager.c(720) : warning C4244: '=' : conversion from 'off_t' to 'int',
possible loss of data
sqlite\pager.c(785) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(786) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(876) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(887) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(888) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(890) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(928) : warning C4244: '=' : conversion from 'off_t' to 'int',
possible loss of data
sqlite\pager.c(930) : warning C4244: 'return' : conversion from 'off_t' to
'int', possible loss of data
sqlite\pager.c(1096) : warning C4127: conditional expression is constant
sqlite\pager.c(1378) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\pager.c(1554) : warning C4127: conditional expression is constant
sqlite\pager.c(1563) : warning C4127: conditional expression is constant
sqlite\pager.c(1694) : warning C4127: conditional expression is constant
sqlite\pager.c(1704) : warning C4127: conditional expression is constant
os.c
sqlite\os.c(644) : warning C4100: 'id' : unreferenced formal parameter
sqlite\os.c(643) : warning C4100: 'zDirname' : unreferenced formal parameter
sqlite\os.c(925) : warning C4244: 'initializing' : conversion from 'off_t'
to 'LONG', possible loss of data
sqlite\os.c(926) : warning C4244: 'initializing' : conversion from 'off_t'
to 'LONG', possible loss of data
sqlite\os.c(1017) : warning C4244: 'initializing' : conversion from 'off_t'
to 'LONG', possible loss of data
sqlite\os.c(1018) : warning C4244: 'function' : conversion from 'off_t' to
'LONG', possible loss of data
opcodes.c
main.c
sqlite\main.c(83) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\main.c(55) : warning C4100: 'azColName' : unreferenced formal
parameter
sqlite\main.c(132) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\main.c(132) : warning C4100: 'argc' : unreferenced formal parameter
sqlite\main.c(290) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\main.c(294) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\main.c(422) : warning C4100: 'mode' : unreferenced formal parameter
sqlite\main.c(629) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\main.c(783) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\main.c(1015) : warning C4127: conditional expression is constant
sqlite\main.c(1018) : warning C4127: conditional expression is constant
insert.c
Generating Code...
sqlite\insert.c(354) : warning C4701: local variable 'iSelectLoop' may be
used without having been initialized
sqlite\insert.c(355) : warning C4701: local variable 'iInsertBlock' may be
used without having been initialized
sqlite\insert.c(527) : warning C4701: local variable 'iCleanup' may be used
without having been initialized
sqlite\insert.c(351) : warning C4701: local variable 'srcTab' may be used
without having been initialized
sqlite\insert.c(498) : warning C4701: local variable 'iCntMem' may be used
without having been initialized
sqlite\insert.c(449) : warning C4701: local variable 'base' may be used
without having been initialized
sqlite\insert.c(522) : warning C4701: local variable 'iBreak' may be used
without having been initialized
sqlite\insert.c(521) : warning C4701: local variable 'iCont' may be used
without having been initialized
sqlite\insert.c(767) : warning C4701: local variable 'jumpInst1' may be used
without having been initialized
sqlite\main.c(165) : warning C4701: local variable 'pTrig' may be used
without having been initialized
sqlite\os.c(884) : warning C4701: local variable 'rc' may be used without
having been initialized
sqlite\os.c(884) : warning C4701: local variable 'wrote' may be used without
having been initialized
sqlite\os.c(1195) : warning C4701: local variable 'res' may be used without
having been initialized
sqlite\os.c(1298) : warning C4701: local variable 'res' may be used without
having been initialized
sqlite\pragma.c(400) : warning C4701: local variable 'pIdx' may be used
without having been initialized
sqlite\pragma.c(429) : warning C4701: local variable 'pFK' may be used
without having been initialized
sqlite\select.c(2179) : warning C4701: local variable 'zSavedAuthContext'
may be used without having been initialized
sqlite\select.c(1373) : warning C4701: local variable 'op' may be used
without having been initialized
sqlite\trigger.c(407) : warning C4701: local variable 'pTrigger' may be used
without having been initialized
sqlite\update.c(273) : warning C4701: local variable 'pRecnoExpr' may be
used without having been initialized
sqlite\update.c(342) : warning C4701: local variable 'addr' may be used
without having been initialized
sqlite\update.c(400) : warning C4701: local variable 'openAll' may be used
without having been initialized
sqlite\vacuum.c(307) : warning C4701: local variable 'zErrMsg' may be used
without having been initialized
sqlite\vdbe.c(2906) : warning C4701: local variable 'rx' may be used without
having been initialized
sqlite\vdbe.c(2906) : warning C4701: local variable 'res' may be used
without having been initialized
sqlite\vdbe.c(2978) : warning C4701: local variable 'iKey' may be used
without having been initialized
sqlite\vdbe.c(3172) : warning C4701: local variable 'zRec' may be used
without having been initialized
sqlite\vdbe.c(3216) : warning C4701: local variable 'pC' may be used without
having been initialized
sqlite\vdbe.c(3217) : warning C4701: local variable 'pCrsr' may be used
without having been initialized
sqlite\where.c(1140) : warning C4701: local variable 'haveKey' may be used
without having been initialized
sqlite\where.c(1005) : warning C4701: local variable 'leFlag' may be used
without having been initialized
sqlite\where.c(1057) : warning C4701: local variable 'geFlag' may be used
without having been initialized
Compiling...
hash.c
sqlite\hash.c(35) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\hash.c(37) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\hash.c(71) : warning C4100: 'pKey' : unreferenced formal parameter
sqlite\hash.c(74) : warning C4100: 'pKey2' : unreferenced formal parameter
sqlite\hash.c(74) : warning C4100: 'pKey1' : unreferenced formal parameter
sqlite\hash.c(81) : warning C4100: 'nKey' : unreferenced formal parameter
sqlite\hash.c(85) : warning C4100: 'n2' : unreferenced formal parameter
sqlite\hash.c(85) : warning C4100: 'n1' : unreferenced formal parameter
func.c
sqlite\func.c(165) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\func.c(175) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\func.c(197) : warning C4100: 'argv' : unreferenced formal parameter
sqlite\func.c(197) : warning C4100: 'argc' : unreferenced formal parameter
sqlite\func.c(205) : warning C4100: 'argv' : unreferenced formal parameter
sqlite\func.c(205) : warning C4100: 'arg' : unreferenced formal parameter
sqlite\func.c(219) : warning C4100: 'arg' : unreferenced formal parameter
sqlite\func.c(235) : warning C4100: 'arg' : unreferenced formal parameter
sqlite\func.c(247) : warning C4100: 'argc' : unreferenced formal parameter
sqlite\func.c(257) : warning C4100: 'argv' : unreferenced formal parameter
sqlite\func.c(257) : warning C4100: 'argc' : unreferenced formal parameter
expr.c
sqlite\expr.c(33) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\expr.c(492) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\expr.c(845) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
delete.c
date.c
sqlite\date.c(205) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\date.c(234) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(235) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(339) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(340) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(343) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(344) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(345) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(346) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(359) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(360) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(362) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(390) : warning C4244: 'initializing' : conversion from
'double' to 'int', possible loss of data
sqlite\date.c(396) : warning C4244: '=' : conversion from 'double' to
'time_t', possible loss of data
sqlite\date.c(444) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\date.c(503) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(510) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(584) : warning C4244: '+=' : conversion from 'double' to
'int', possible loss of data
sqlite\date.c(590) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(596) : warning C4244: '+=' : conversion from 'double' to
'int', possible loss of data
sqlite\date.c(772) : warning C4244: 'initializing' : conversion from
'double' to 'int', possible loss of data
sqlite\date.c(773) : warning C4244: 'initializing' : conversion from
'double' to 'int', possible loss of data
sqlite\date.c(787) : warning C4244: '=' : conversion from 'double' to 'int',
possible loss of data
sqlite\date.c(806) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
copy.c
build.c
sqlite\build.c(40) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(64) : warning C4100: 'az2' : unreferenced formal parameter
sqlite\build.c(64) : warning C4100: 'az1' : unreferenced formal parameter
sqlite\build.c(64) : warning C4100: 'n' : unreferenced formal parameter
sqlite\build.c(64) : warning C4100: 'NotUsed' : unreferenced formal
parameter
sqlite\build.c(546) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(621) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(651) : warning C4244: '=' : conversion from 'int' to 'char',
possible loss of data
sqlite\build.c(655) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(735) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(800) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(1493) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(1494) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(1495) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(1519) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(1674) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\build.c(1675) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
btree_rb.c
sqlite\btree_rb.c(616) : warning C4100: 'nPg' : unreferenced formal
parameter
sqlite\btree_rb.c(615) : warning C4100: 'mode' : unreferenced formal
parameter
sqlite\btree_rb.c(614) : warning C4100: 'zFilename' : unreferenced formal
parameter
sqlite\btree_rb.c(719) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree_rb.c(1226) : warning C4100: 'nRoot' : unreferenced formal
parameter
sqlite\btree_rb.c(1226) : warning C4100: 'aRoot' : unreferenced formal
parameter
sqlite\btree_rb.c(1239) : warning C4100: 'sz' : unreferenced formal
parameter
sqlite\btree_rb.c(1239) : warning C4100: 'tree' : unreferenced formal
parameter
sqlite\btree_rb.c(1244) : warning C4100: 'level' : unreferenced formal
parameter
sqlite\btree_rb.c(1244) : warning C4100: 'pBt' : unreferenced formal
parameter
sqlite\btree_rb.c(1416) : warning C4100: 'pBt' : unreferenced formal
parameter
sqlite\btree_rb.c(1423) : warning C4100: 'pBt2' : unreferenced formal
parameter
sqlite\btree_rb.c(1423) : warning C4100: 'pBt' : unreferenced formal
parameter
btree.c
sqlite\btree.c(440) : warning C4244: 'function' : conversion from 'int' to
'u16', possible loss of data
sqlite\btree.c(440) : warning C4244: '=' : conversion from 'int' to 'u16',
possible loss of data
sqlite\btree.c(451) : warning C4244: 'function' : conversion from 'int' to
'u16', possible loss of data
sqlite\btree.c(451) : warning C4244: '=' : conversion from 'int' to 'u16',
possible loss of data
sqlite\btree.c(503) : warning C4244: 'function' : conversion from 'int' to
'u16', possible loss of data
sqlite\btree.c(503) : warning C4244: '=' : conversion from 'int' to 'u16',
possible loss of data
sqlite\btree.c(504) : warning C4244: 'function' : conversion from 'int' to
'u16', possible loss of data
sqlite\btree.c(504) : warning C4244: '=' : conversion from 'int' to 'u16',
possible loss of data
sqlite\btree.c(537) : warning C4244: 'function' : conversion from 'int' to
'u16', possible loss of data
sqlite\btree.c(537) : warning C4244: '=' : conversion from 'int' to 'u16',
possible loss of data
sqlite\btree.c(541) : warning C4244: 'function' : conversion from 'int' to
'u16', possible loss of data
sqlite\btree.c(543) : warning C4244: '+=' : conversion from 'int' to 'u16',
possible loss of data
sqlite\btree.c(580) : warning C4100: 'pgnoThis' : unreferenced formal
parameter
sqlite\btree.c(722) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree.c(799) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree.c(848) : warning C4127: conditional expression is constant
sqlite\btree.c(1061) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree.c(1598) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree.c(1616) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree.c(1921) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
sqlite\btree.c(1923) : warning C4244: '=' : conversion from 'int' to 'u8',
possible loss of data
auth.c
attach.c
Generating Code...
sqlite\btree.c(1197) : warning C4701: local variable 'nextPage' may be used
without having been initialized
sqlite\btree.c(2510) : warning C4701: local variable 'iCur' may be used
without having been initialized
sqlite\btree.c(2535) : warning C4701: local variable 'pOldCurPage' may be
used without having been initialized
sqlite\btree_rb.c(1167) : warning C4702: unreachable code
sqlite\btree_rb.c(1190) : warning C4702: unreachable code
sqlite\btree_rb.c(272) : warning C4702: unreachable code
sqlite\date.c(316) : warning C4702: unreachable code
sqlite\delete.c(285) : warning C4701: local variable 'addr' may be used
without having been initialized
sqlite\expr.c(327) : warning C4702: unreachable code
sqlite\expr.c(1060) : warning C4701: local variable 'op' may be used without
having been initialized
Best Regards
Eric JESOVER
http://eric.jesover.net
-----Original Message-----
From: D. Richard Hipp [mailto:[EMAIL PROTECTED]
Sent: Tuesday 06 January 2004 03:25
To: [EMAIL PROTECTED]
Subject: [sqlite] Version 2.8.9
Version 2.8.9 of SQLite is now available on the website
http://www.sqlite.org/
This version fixes a critical bug. Upgrading is recommended.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]