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:

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

Reply via email to