Skip to content

Commit

Permalink
Disable extra warnings instead of all warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Jan 29, 2024
1 parent 8fb1288 commit 09c56aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn main() {
.include("include")
.files(sources)
.file("src/errno.c")
.flag("-w")
.extra_warnings(false)
.compile("wasm32-unknown-unknown-openbsd-libc");

println!(
Expand Down

0 comments on commit 09c56aa

Please sign in to comment.