Hi, ALL,
Looking at http://www.sqlite.org/c3ref/last_insert_rowid.html, I see that
the function is declared as

sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);

I am trying to build my program in both MS Windows 7 64-bit using MSVC2010
for 32-bit solution and in Mac OSX Snow Leopard 10.6.8 using XCode 4
configured
for 32 bit compilation.

On Windows everything compiles fine, but on Mac I am getting the warning:

"Implicit conversion loses integer precision"

So my question is: how do I build my program on Mac without such warning
and so that it will work properly.

Thank you.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to