Skip to content

Commit 09c56aa

Browse files
committed
Disable extra warnings instead of all warnings
1 parent 8fb1288 commit 09c56aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn main() {
8585
.include("include")
8686
.files(sources)
8787
.file("src/errno.c")
88-
.flag("-w")
88+
.extra_warnings(false)
8989
.compile("wasm32-unknown-unknown-openbsd-libc");
9090

9191
println!(

0 commit comments

Comments
 (0)