Re: [sqlite] Too many warnings

2008-12-08 Thread barabbas
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=en-US=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


Re: [sqlite] Too many warnings

2008-12-08 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ti Ny wrote:
> I compile SQLite3 using Visual Studio 2008 SP1 and I have too many warnings 
> (103)

http://www.sqlite.org/cvstrac/tktview?tn=3526

Roger
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkk8/C0ACgkQmOOfHg372QRjWwCghdNGa8tx41nGBGTXr6t781Il
09UAniDHY+FueQnvOFUQuG8I9NYn1ywN
=Agom
-END PGP SIGNATURE-
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Too many warnings

2008-12-08 Thread Ti Ny

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=en-US=QBRE
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users