Skip to content

Commit

Permalink
Silence new C++ build warning on MacOS (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Feb 9, 2024
1 parent 459f724 commit 016f609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ fn main() {
.define("XMP_OSX_SDK", Some("13.1"))
.define("XMP_OSX_TARGET", Some("10.15"))
.define("APPLE_UNIVERSAL", Some("1"))
.flag("-Wno-bitwise-instead-of-logical")
.flag("-Wno-deprecated-declarations")
.flag("-Wno-deprecated-register")
.flag("-Wno-int-in-bool-context")
Expand Down

0 comments on commit 016f609

Please sign in to comment.