On Oct 24, 2004, at 12:21 AM, Steven Van Ingelgem wrote:

 Hi,

 I just downloaded the sqlite sources (pre-build for windows & 3.0.8).

 Now during compilation I get this:
 0 error(s), 539 warning(s)

 Is this normal?


Are these type conversion errors? I was going to ask about this myself. We are using SQLite in a project where we compile the code in Dev Studio (6) and we get quite a few type conversion errors because there are places where floats are implicitly being converted to ints in assignment statements. I'm assuming that in practice it is ok, but it does make some people nervous. It might be good to explicitly cast the results of floating-point math back to ints to make the compiler happy.




Reply via email to