Hi all,

    I prefer disabling particular warnings by project setting of Visual 
Studio, i.e. the compiler argument /wd 
(http://msdn.microsoft.com/en-us/library/thxezb7y.aspx), instead of 
modifying the source code of SQLite by adding #pragma, which means you 
don't have to ask SQLite to change, just choose your own policy for 
specific purpose.

    Regards,
/Mike/

Ti Ny wrote:
> I compile SQLite3 using Visual Studio 2008 SP1 and I have too many warnings 
> (103)
>
> 1>.\sqlite3.c(50675) : warning C4244: '=' : conversion from 'i64' to 'int', 
> possible loss of data
> ...
> 1>.\sqlite3.c(78136) : warning C4244: '=' : conversion from 'u16' to 
> 'unsigned char', possible loss of data
> and others
>
> Are there plans to cleanup the code please or any other solution?
>
> Ti Ny
>
> _________________________________________________________________
> Discover the new Windows Vista
> http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   

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

Reply via email to