On Sun, May 8, 2011 at 6:50 AM, Jan Berger <jan.ber...@video24.no> wrote:

> Hi,
>
>
>
> I am new to sqlite3 and just downloaded the code trying to test it from a
> C++ application using Visual Studio 2010. I just created a class and
> included the sqlite3.c and sqlite3.h from amalgamation-3070602 directly.
>
>
>
> The header compiles fine, but on the sqlite3.c I get typecast errors. This
> is because my compiler is set to a high warning level and sqlite3 code does
> things like converting from void* to struct pointers.
>
>
>
> Is there any way I can get around this without lowering the compiler's
> warning level?
>

No.  See http://www.sqlite.org/testing.html#staticanalysis for additional
information.


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



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

Reply via email to