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

Fix (harmless) compiler warnings in some of the TCL-based test code.

FossilOrigin-Name: 7c26d2b47025edaa289bd4a383b5c1536482ec11
This commit is contained in:
drh
2016-02-19 13:29:52 +00:00
parent 469753d949
commit 9a1e85ee2e
4 changed files with 10 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ static int test_blob_open(
const char *zDb;
const char *zTable;
const char *zColumn;
sqlite_int64 iRowid;
Tcl_WideInt iRowid;
int flags;
const char *zVarname;
int nVarname;