Skip to content

Commit

Permalink
abc-sys: silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aiju committed Oct 8, 2024
1 parent c5704a8 commit 41607c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions abc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,10 @@ fn main() {
.flag_if_supported("-Wno-sign-compare")
.flag_if_supported("-Wno-alloc-size-larger-than")
.flag_if_supported("-Wno-stringop-overflow")
.flag_if_supported("-Wno-deprecated-declarations")
.flag_if_supported("-Wno-format")
.flag_if_supported("-Wno-parentheses-equality")
.flag_if_supported("-Wno-string-plus-char")
.include("abc/src")
.include(".");

Expand Down

0 comments on commit 41607c3

Please sign in to comment.