[sqlite] SQLite 3.3.1

2006-01-17 Thread Ken & Deb Allen
Hmmm. The number of warnings compiling the 3.3.1 source is up to 10 from 6 in the 3.3.0 source. All of them appear to be related to inappropriate sign comparisons/assignments. -ken

Re: [sqlite] SQLite 3.3.1

2006-01-17 Thread Robert L Cochran
Ken & Deb Allen wrote: Hmmm. The number of warnings compiling the 3.3.1 source is up to 10 from 6 in the 3.3.0 source. All of them appear to be related to inappropriate sign comparisons/assignments. -ken So your compiler is blowing smoke. GCC 4.02 which I use under Linux coughs up warnings

Re: [sqlite] SQLite 3.3.1

2006-01-17 Thread Cory Nelson
Indeed. VC2005 brings up much more than 10 warnings with the x64 compat warnings on, all due to lack of proper casting. The current code may work, but these warnings may mask a future warning that should be heeded. I've been meaning to work on a patch but havn't been able to find the time. On 1