https://bugs.openldap.org/show_bug.cgi?id=10244
Issue ID: 10244 Summary: Fix pointer type Product: LMDB Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: liblmdb Assignee: bugs@openldap.org Reporter: zanaviska@tutanota.com Target Milestone: ---
Created attachment 1026 --> https://bugs.openldap.org/attachment.cgi?id=1026&action=edit passed temprorary variable
Hi I am trying to add MINGW support for another project, But each time I get an error
``` mdb.c:3921:76: error: passing argument 3 of 'GetOverlappedResult' from incompatible pointer type [-Wincompatible-pointer-types] note: expected 'LPDWORD' {aka 'long unsigned int *'} but argument is of type 'ssize_t *' {aka 'long long int *'} ``` So I came up with a fix for your software, with I attach in attachment
https://bugs.openldap.org/show_bug.cgi?id=10244
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Howard Chu hyc@openldap.org --- Thanks, fixed in git.
https://bugs.openldap.org/show_bug.cgi?id=10244
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |1.0.0
https://bugs.openldap.org/show_bug.cgi?id=10244
--- Comment #2 from zanaviska@tutanota.com --- Is there any chance to merge the same fix into master? Not just mdb.master3?
https://bugs.openldap.org/show_bug.cgi?id=10244
--- Comment #3 from Howard Chu hyc@openldap.org --- (In reply to zanaviska from comment #2)
Is there any chance to merge the same fix into master? Not just mdb.master3?
Done