1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Fix minor compiler warnings.

FossilOrigin-Name: 139eecbe1b072711a36128f1eeb24fc3e3bacc1c
This commit is contained in:
drh
2011-05-07 14:40:29 +00:00
parent c46948a09d
commit 522c26fbfb
5 changed files with 19 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ static void attachFunc(
const char *zFile;
char *zPath = 0;
char *zErr = 0;
int flags;
unsigned int flags;
Db *aNew;
char *zErrDyn = 0;
sqlite3_vfs *pVfs;