* Julian Andres Klode: > It would be great if sqlite3 could also use "long int" if it already > is 64-bit, as I currently get warnings from gcc when passing an > sqlite3_int64 to a function expecting gint64 or int64_t. It could > also use int64_t for sqlite3_int64 if available. > > The same applies to sqlite3_uint64 as well.
This will cause warnings with code which uses the other types, so I don't see how this is an improvement. You could sqlite3_int64 in your code, though. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

