Commit fe0b28d0 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Reland "Disable -Wdeprecated-copy with tip-of-tree Clang"

This is a reland of 0ff2da3a

Original change's description:
> Disable -Wdeprecated-copy with tip-of-tree Clang
>
> while we figure out how to handle this new warning.
>
> TBR=rnk
>
> Bug: 1028110
> Change-Id: I88be5c763bd0f2fcb40ebecc20990f96853d70c2
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932804
> Reviewed-by: Hans Wennborg <hans@chromium.org>
> Commit-Queue: Hans Wennborg <hans@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#718651}

TBR=rnk

Bug: 1028110
Change-Id: Iaac6251551d0ae5089da8eb465c57111b48bba9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940181
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719927}
parent 8bd9cb75
......@@ -1557,6 +1557,13 @@ config("default_warnings") {
# TODO(https://crbug.com/995993): Clean up and enable.
"-Wno-implicit-fallthrough",
]
if (llvm_force_head_revision) {
cflags += [
# TODO(https://crbug.com/1028110): Evaluate and possible enable.
"-Wno-deprecated-copy",
]
}
}
}
}
......
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