On 11/22/16, Christoph P.U. Kukulies <k...@kukulies.org> wrote:
> Am 22.11.2016 um 16:27 schrieb Christoph P.U. Kukulies:
>> To whom it may concern: while compiling sqlite3 under
>> FreeBSD-11.0-RELEASE
>> a compiler warning rushed over the screen:
> Sorry, this message got prematurely dismissed:

The line numbers in the warnings would be more helpful to us if you
told us which version of SQLite you are compiling against.

>
> te3.Tpo -c sqlite/sqlite3.c -o sqlite/libsqlite_static_la-sqlite3.o
> sqlite/sqlite3.c:55862:12: warning: unused variable 'pBlock'
> [-Wunused-variable]
>    sqlite3 *pBlock = 0;
>             ^
> sqlite/sqlite3.c:60268:11: warning: unused variable 'key'
> [-Wunused-variable]
>        u32 key = get4byte(&apNew[i]->aData[8]);
>            ^
> sqlite/sqlite3.c:8954:26: warning: unused variable 'sqlite3one'
> [-Wunused-const-variable]
> SQLITE_PRIVATE const int sqlite3one = 1;
>                           ^
>
> If it's of any interest for the developers to keep their code clean, I'm
> just mentioning it here.
>
> --
> Christoph
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to