Skip to content

Commit

Permalink
Merge pull request #110 from mobilecoinfoundation/nick/disable-warnin…
Browse files Browse the repository at this point in the history
…gs-as-errors

Disable warnings as errors
  • Loading branch information
holtzman authored Jan 3, 2024
2 parents c0a12c7 + 8e7648f commit f825234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbedtls-sys/build/cmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ impl super::BuildConfig {
))
.define("ENABLE_PROGRAMS", "OFF")
.define("ENABLE_TESTING", "OFF")
.define("MBEDTLS_FATAL_WARNINGS", "OFF")
.build_target("lib");
for cflag in &self.cflags {
cmk.cflag(cflag);
Expand Down

0 comments on commit f825234

Please sign in to comment.