Commit 35b1bc09 authored by Nico Weber's avatar Nico Weber

Make -Wpessimining-move non-fatal on the tot bots for a bit.

Bug: 1010458
Change-Id: Ie36ee1a87e7801fafdbfc2f38c0762ebbf7cace7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835155
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701984}
parent 6fccc68f
...@@ -1546,6 +1546,12 @@ config("default_warnings") { ...@@ -1546,6 +1546,12 @@ config("default_warnings") {
cflags += [ cflags += [
# TODO(https://crbug.com/1010111): Evaluate and possible enable. # TODO(https://crbug.com/1010111): Evaluate and possible enable.
"-Wno-enum-compare-conditional", "-Wno-enum-compare-conditional",
# TODO(https://crbug.com/1010458): Figure out plan forward,
# see bug. Depending on how many instances there are, either
# turn off warning when rolling this in, then fix and turn back on,
# or fix before the roll.
"-Wno-error=pessimizing-move",
] ]
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment