Re: [sqlite] Compiler warnings in R-Tree code under Visual Studio Express

2011-02-19 Thread Jeff Archer
>Date: Fri, 18 Feb 2011 06:13:37 -0800 (PST) >From: Marian Cascaval > >I'm suspecting there's something wrong with Studio Express C++. >I use both 2008 and 2010 and I notice on 2008 that the IDE loses track of code >in case of large source files. Sometimes comments that should have a certain >colo

Re: [sqlite] Compiler warnings in R-Tree code under Visual Studio Express

2011-02-18 Thread Marian Cascaval
. Arief To: General Discussion of SQLite Database Sent: Thu, February 17, 2011 7:26:33 AM Subject: [sqlite] Compiler warnings in R-Tree code under Visual Studio Express Hi, Microsoft Visual Studio Express C++ is available for free from http://www.microsoft.com/express/Downloads/#2010-Visual-CPP I

[sqlite] Compiler warnings in R-Tree code under Visual Studio Express

2011-02-16 Thread Afriza N. Arief
Hi, Microsoft Visual Studio Express C++ is available for free from http://www.microsoft.com/express/Downloads/#2010-Visual-CPP I tried to compile SQLite 3.7.5 with SQLITE_ENABLE_RTREE=1 and got the following warnings: sqlite3.c(120736): warning C4244: '=' : conversion from 'double' to 'float', p