1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix compiler warning seen with MSVC.

FossilOrigin-Name: 18a4c0540bf4f02335e9e9def1f2b0d4d784ef08
This commit is contained in:
mistachkin
2015-12-16 21:09:53 +00:00
parent 8b0ba7b0b8
commit 8c7cd6a9d8
3 changed files with 13 additions and 8 deletions

View File

@@ -2524,6 +2524,8 @@ case OP_Column: {
rc = SQLITE_CORRUPT_BKPT;
goto op_column_error;
}
}else{
VVA_ONLY( t = 0; ) /* Only needed by assert() statements */
}
/* If after trying to extract new entries from the header, nHdrParsed is