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

Fix a harmless compiler warning.

FossilOrigin-Name: 4b404a99aa9bfa6cfe8998f5dc1f84f8be20b840
This commit is contained in:
drh
2016-01-04 03:48:46 +00:00
parent 7f10579a82
commit 9fbc885afc
3 changed files with 8 additions and 8 deletions

View File

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