Skip to content

Commit c014334

Browse files
authored
Silence deprecation warnings (#32)
1 parent a7cbb14 commit c014334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PackageDescription
55

66
var buildSettings: [CXXSetting] = [
77
.define("DEBUG", to: "1", .when(configuration: .debug)),
8+
.define("U_ATTRIBUTE_DEPRECATED", to: ""),
89
.define("U_SHOW_CPLUSPLUS_API", to: "1"),
910
.define("U_SHOW_INTERNAL_API", to: "1"),
1011
.define("U_STATIC_IMPLEMENTATION"),

0 commit comments

Comments
 (0)