Skip to content

Commit 4f4b215

Browse files
committed
Suppress warnings in LightningDevKit target
1 parent 6e03654 commit 4f4b215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ let package = Package(
2121
.binaryTarget(
2222
name: "LightningDevKit",
2323
url: url,
24-
checksum: checksum
24+
checksum: checksum,
25+
swiftSettings: [.unsafeFlags(["-suppress-warnings"])]
2526
)
2627
]
2728
)

0 commit comments

Comments
 (0)