Skip to content

Commit

Permalink
deps/harfbuzz: ignore a warning in the harfbuzz library
Browse files Browse the repository at this point in the history
We can't do anything about warnings in vendored libraries, so
suppress it.
  • Loading branch information
wez committed Aug 22, 2023
1 parent 85bb023 commit c41ae92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/harfbuzz/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fn harfbuzz() {
cfg.flag_if_supported("-fno-threadsafe-statics");
cfg.flag_if_supported("-std=c++11");
cfg.flag_if_supported("-fno-stack-check");
cfg.flag_if_supported("-Wno-format-overflow");

let build_dir = out_dir.join("harfbuzz-build");
fs::create_dir_all(&build_dir).unwrap();
Expand Down

0 comments on commit c41ae92

Please sign in to comment.