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,

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

[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