Skip to content

Commit

Permalink
emboss: Remove -Wdeprecated-copy from public_config
Browse files Browse the repository at this point in the history
Note Pigweed and downstreams need to be on emboss v2024.0809.170004
or greater.

Bug: 345526399
Change-Id: I7ac7add15b4427c4e57c4468318066a501245587
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/228563
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: David Rees <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Jason Graffius <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: David Rees <[email protected]>
  • Loading branch information
studgeek authored and CQ Bot Account committed Aug 13, 2024
1 parent b572688 commit 1ee458e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions third_party/emboss/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ pw_source_set("default_overrides") {
}

config("disable_warnings") {
cflags_cc = [
"-Wno-unused-parameter",
"-Wno-deprecated-copy",
]
cflags_cc = [ "-Wno-unused-parameter" ]
}

pw_source_set("cpp_utils") {
Expand Down

0 comments on commit 1ee458e

Please sign in to comment.