mirror of
https://github.com/sqlite/sqlite.git
synced 2025-12-21 13:38:01 +03:00
Fix harmless compiler warnings.
FossilOrigin-Name: ded60f5b3431283d70eb8c41761c0fa9727021e6309d0df0ae3fb0a5274c1299
This commit is contained in:
@@ -85,7 +85,7 @@ static void attachFunc(
|
||||
char *zErr = 0;
|
||||
unsigned int flags;
|
||||
Db *aNew; /* New array of Db pointers */
|
||||
Db *pNew; /* Db object for the newly attached database */
|
||||
Db *pNew = 0; /* Db object for the newly attached database */
|
||||
char *zErrDyn = 0;
|
||||
sqlite3_vfs *pVfs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user