Skip to content

Commit

Permalink
Silence ubuntu warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 14, 2022
1 parent 9313edd commit 75443c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prost-build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ fn compile(stub: bool) -> Option<PathBuf> {
.flag("-std=c++11")
.flag("-Wno-unused-parameter")
.flag("-Wno-redundant-move")
.flag("-Wno-sign-compare");
.flag("-Wno-sign-compare")
.flag("-Wno-stringop-overflow");
}

build.include(bundle_path().join("protobuf/src"));
Expand Down

0 comments on commit 75443c1

Please sign in to comment.