mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Fix harmless compiler warnings.
FossilOrigin-Name: a4fb2864fe01cce9694242a0750623ca47fcecd68f74c4239d3eb5fbf978770a
This commit is contained in:
@@ -2140,7 +2140,7 @@ int sqlite3_stmt_scanstatus_v2(
|
||||
Vdbe *p = (Vdbe*)pStmt;
|
||||
VdbeOp *aOp = p->aOp;
|
||||
int nOp = p->nOp;
|
||||
ScanStatus *pScan;
|
||||
ScanStatus *pScan = 0;
|
||||
int idx;
|
||||
|
||||
if( p->pFrame ){
|
||||
|
Reference in New Issue
Block a user