mdbx: resolve all warnings from MinGW.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-03-30 18:13:08 +03:00
parent 21da42d23d
commit 6f37c8e57f
9 changed files with 47 additions and 4 deletions

View File

@@ -474,7 +474,7 @@ typedef union bin128 {
#if defined(_WIN32) || defined(_WIN64)
typedef union MDBX_srwlock {
struct {
__anonymous_struct_extension__ struct {
long volatile readerCount;
long volatile writerCount;
};