On 23 Dec 2012, at 11:51am, Pavel Volkov <pavelivol...@gmail.com> wrote:

> sqlite3.c: In function 'deserializeGeometry':
> sqlite3.c:134542: warning: assignment from incompatible pointer type

The authors don't normally worry about warnings, since it is impossible to get 
rid of all warnings from all compilers.  However, if you tell us which version 
of which compiler you're using under which OS someone might take a look.

But first, are you absolutely sure that you are compiling sqlite3.c as C source 
code and not C++ ?  Compiling as C++ will yield many warnings.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to