1
0
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:
mistachkin
2018-01-23 00:05:18 +00:00
parent 138d4f8de2
commit b71aa0955b
4 changed files with 17 additions and 19 deletions

View File

@ -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;