Re: [sqlite] Compiler warning: Unused variable 'pFd'

2014-01-09 Thread Hick Gunter
ructs lead to these warnings -Ursprüngliche Nachricht- Von: Matthias Schmitt [mailto:freak...@mmp.lu] Gesendet: Donnerstag, 09. Jänner 2014 11:09 An: General Discussion of SQLite Database Betreff: [sqlite] Compiler warning: Unused variable 'pFd' Hello, I am using SQLite 3.8.2 for my iOS project

[sqlite] Compiler warning: Unused variable ‘pFd'

2014-01-09 Thread Matthias Schmitt
Hello, I am using SQLite 3.8.2 for my iOS projects in Xcode 5.0.2. After updating to version 3.8.2 I am getting the following compiler warning: sqlite3.c:28141:13: Unused variable ‘pFd’ When looking into the code I see starting at line 28141: static int unixUnfetch(sqlite3_file *fd, i64 iOff,