[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LMDB compiler warning
- To: John GM44 <genmail44@comcast.net>, openldap-technical@openldap.org
- Subject: Re: LMDB compiler warning
- From: Howard Chu <hyc@symas.com>
- Date: Wed, 24 Feb 2016 07:28:14 +0000
- In-reply-to: <002501d16eab$a0c3bb20$e24b3160$@comcast.net>
- References: <002501d16eab$a0c3bb20$e24b3160$@comcast.net>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 SeaMonkey/2.42a1
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.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/