suppress warnings about unused things

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-03-12 18:16:12 +01:00
parent d12fa073fd
commit 6d058a42ed
15 changed files with 69 additions and 97 deletions
+7 -1
View File
@@ -11,4 +11,10 @@ build = "build.rs"
libc = { workspace = true }
[build-dependencies]
cc = { workspace = true }
cc = { workspace = true }
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]