Skip to content

Commit

Permalink
Quiet out some litehtml warnings
Browse files Browse the repository at this point in the history
I reported them upstream to see if there's interest in fixing them.
  • Loading branch information
matzipan committed Dec 5, 2023
1 parent 2d37060 commit d18f68f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ fn main() {
.file("lib/litehtml_container/container.cpp")
.file("lib/litehtml_container/setup.cpp")
.include(&include_path)
.flag("-Wno-unused-parameter")
.flag("-Wno-reorder")
.flag("-Wno-switch")
.compile("litehtml_container");

// Create the Rust bindings for the C++ code
Expand Down

0 comments on commit d18f68f

Please sign in to comment.