Skip to content

Commit

Permalink
Bug 1787525 - Remove unneeded Wno-error=backend-plugin suppression. r…
Browse files Browse the repository at this point in the history
…=firefox-build-system-reviewers,ahochheiden

Depends on D155736

Differential Revision: https://phabricator.services.mozilla.com/D155737
  • Loading branch information
rvandermeulen committed Aug 30, 2022
1 parent 8bdf694 commit d48ae10
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/moz.configure/warnings.configure
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@ check_and_add_warning("-Wno-error=array-bounds")
# can't get rid of those PGO warnings
check_and_add_warning("-Wno-error=coverage-mismatch")

# -Wbackend-plugin warnings from Android PGO profile-use builds:
# error: /builds/worker/workspace/build/src/mozglue/misc/AutoProfilerLabel.cpp:
# Function control flow change detected (hash mismatch)
# _ZN7mozilla17AutoProfilerLabelD2Ev [-Werror,-Wbackend-plugin]
check_and_add_warning("-Wno-error=backend-plugin")

# false positives depending on optimizations
check_and_add_warning("-Wno-error=free-nonheap-object")

Expand Down

0 comments on commit d48ae10

Please sign in to comment.