Skip to content

Commit 0f3cc42

Browse files
committed
fix: Compilation error due to unsafe flag
1 parent 2ec853d commit 0f3cc42

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ let package = Package(
4545
.headerSearchPath("lib"),
4646
.define("_U_", to: "__attribute__((unused))"),
4747
.define("HAVE_CONFIG_H", to: "1"),
48-
.unsafeFlags([
49-
"-Wno-everything",
50-
]),
5148
],
5249
linkerSettings: [
5350
]

[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ let package = Package(
4545
.headerSearchPath("lib"),
4646
.define("_U_", to: "__attribute__((unused))"),
4747
.define("HAVE_CONFIG_H", to: "1"),
48-
.unsafeFlags([
49-
"-Wno-everything",
50-
]),
5148
],
5249
linkerSettings: [
5350
]

0 commit comments

Comments
 (0)