Skip to content

Commit

Permalink
Merge pull request #218 from tnull/2023-12-drop-unsafe-swift-flags
Browse files Browse the repository at this point in the history
Drop `unsafeFlags` also from SwiftPM's `Package.swift`
  • Loading branch information
tnull committed Dec 13, 2023
2 parents 78dd547 + ae27985 commit ae168bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ let package = Package(
.target(
name: "LDKNode",
dependencies: ["LDKNodeFFI"],
path: "./bindings/swift/Sources",
swiftSettings: [.unsafeFlags(["-suppress-warnings"])]
path: "./bindings/swift/Sources"
),
.binaryTarget(
name: "LDKNodeFFI",
Expand Down

0 comments on commit ae168bb

Please sign in to comment.