forked from mirrors/linphone-iphone
fix compilation problem on debian 7
This commit is contained in:
parent
1d78a003e8
commit
f403e86c1c
1 changed files with 1 additions and 3 deletions
|
|
@ -316,9 +316,7 @@ static int sqlite3bctbx_Open(sqlite3_vfs *pVfs, const char *fName, sqlite3_file
|
|||
NULL, /* xShmMap */
|
||||
NULL, /* xShmLock */
|
||||
NULL, /* xShmBarrier */
|
||||
NULL, /* xShmUnmap */
|
||||
NULL, /* xFetch */
|
||||
NULL, /* xUnfetch */
|
||||
NULL /* xShmUnmap, xFetch, xUnfetch (not present in all sqlite3 versions */
|
||||
};
|
||||
|
||||
sqlite3_bctbx_file_t * pFile = (sqlite3_bctbx_file_t*)p; /*File handle sqlite3_bctbx_file_t*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue