Skip to content

Commit

Permalink
Drop unsafeFlags also from SwiftPM's Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Dec 13, 2023
1 parent 78dd547 commit ae27985
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 ae27985

Please sign in to comment.