Skip to content

Commit

Permalink
fix: Compilation error due to unsafe flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Nov 29, 2023
1 parent 2ec853d commit 0f3cc42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ let package = Package(
.headerSearchPath("lib"),
.define("_U_", to: "__attribute__((unused))"),
.define("HAVE_CONFIG_H", to: "1"),
.unsafeFlags([
"-Wno-everything",
]),
],
linkerSettings: [
]
Expand Down
3 changes: 0 additions & 3 deletions Package@swift-5.8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ let package = Package(
.headerSearchPath("lib"),
.define("_U_", to: "__attribute__((unused))"),
.define("HAVE_CONFIG_H", to: "1"),
.unsafeFlags([
"-Wno-everything",
]),
],
linkerSettings: [
]
Expand Down

0 comments on commit 0f3cc42

Please sign in to comment.