mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-23 11:22:09 +03:00
Fix harmless compiler warnings seen with MSVC.
FossilOrigin-Name: 76a11a80e94d1e9c9645e6e348948f3fd508266d4569c85d80a3879862d0a819
This commit is contained in:
@ -1115,7 +1115,7 @@ static void sessionPreupdateOneChange(
|
||||
int iHash;
|
||||
int bNull = 0;
|
||||
int rc = SQLITE_OK;
|
||||
SessionStat1Ctx stat1;
|
||||
SessionStat1Ctx stat1 = {0, 0};
|
||||
|
||||
if( pSession->rc ) return;
|
||||
|
||||
|
Reference in New Issue
Block a user