Skip to content

Commit 1ad9a2d

Browse files
authored
Merge pull request #14 from ahoppen/disable-warning
Disable the `shorten-64-to-32` warning in `Package.swift`
2 parents 29e6ac8 + c26cbc9 commit 1ad9a2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let package = Package(
2626
// Windows does not use POSIX mutex
2727
.when(platforms: [.linux, .macOS])),
2828
.define("MDB_USE_ROBUST", to: "0"),
29+
.unsafeFlags(["-Wno-shorten-64-to-32"])
2930
]),
3031
],
3132
cLanguageStandard: .c11

0 commit comments

Comments
 (0)