On Fri, Mar 14, 2014 at 11:46 AM, Jan Nijtmans <jan.nijtm...@gmail.com>wrote:

> I just found out that I was too quick upgrading libfossil to use
> the latest SQLite 3.8.4.1 amalgamation:
>       <
> http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/info/2de81ae7b6
> >
> this broke the Cygwin build  ;-(. The reason is that libfossil is very
> strict, considering any warning as error, otherwise I wouldn't even
> have noticed this.
>     CC [obj/sqlite3.o] ...
>     src/sqlite3.c:52986:20: error: 'sqlite3BtreeSetMmapLimit' defined
> but not used [-Werror=unused-function]
>      SQLITE_PRIVATE int sqlite3BtreeSetMmapLimit(Btree *p,
> sqlite3_int64 szMmap){
>


See also this fix:

http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/info/a9263730f2

that's from Brad Harder, for BSD.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to