> The '%lld' is used by SQLite in non debugging code.
> For example: vdbemem.c function sqlite3VdbeMemStringify()

This is a libc/runtime issue that is common to both VC and gcc running
on windows (i.e., mingw, but perhaps not cygwin). Windows needs the
printf format spec '%I64d' instead of '%lld'.

Since my mingw build passes all tests, it appears there's a coverage
hole to be plugged in the regression tests here.

e



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to