mdbx: fix minor MinGW warning.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-09-13 11:39:55 +03:00
parent c4efa8dce8
commit a089f73002
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ Minors:
- Fixed an extra ensure/assertion check of `oldest_reader` inside `txn_end()`.
- Removed description of deprecated usage of `MDBX_NODUPDATA`.
- Fixed regression ASAN/Valgring-enabled builds.
- Fixed minor MingGW warning.
-------------------------------------------------------------------------------