John GM44 wrote:
Hello..
First, thank you for the effort to provide LMDB to the community.
You're welcome.
I’m compiling LMDB 0.9.17 using msvc2013 x64 and it compiled successfully with
only one warning: mdb.c(7224): warning C4333: '>>' : right shift by too large amount, data loss.
Is this something I need to correct
No, it's harmless.
and if so, how would I go about it please?
Since you are working with an open source C library, you really ought to learn how to read C - at least enough to be able to understand why this is harmless.