We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29e6ac8 + c26cbc9 commit 1ad9a2dCopy full SHA for 1ad9a2d
Package.swift
@@ -26,6 +26,7 @@ let package = Package(
26
// Windows does not use POSIX mutex
27
.when(platforms: [.linux, .macOS])),
28
.define("MDB_USE_ROBUST", to: "0"),
29
+ .unsafeFlags(["-Wno-shorten-64-to-32"])
30
]),
31
],
32
cLanguageStandard: .c11
0 commit comments