To whom it may concern,

After bringing the SQLite amalgamation into my library and compiling,
Apple Xcode produced the following warning:

sqlite3.c:27620:32:{27620:32-27620:45}{27620:30-27620:31}: warning:
implicit conversion from 'long long' to 'long' changes value from
9223372036854775807 to -1 [-Wconstant-conversion,3]

The code in question is:

#define LARGEST_INT64  (0xffffffff|(((i64)0x7fffffff)<<32))

I hope this helps. If at all possible, I would appreciate learning
what the issue is, as I'm new to C.


Kind regards,
Tommy
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to