[build] Disable -Wdeprecated-copy(-dtor)

It fires with newer versions of Clang (see bug).

Bug: chromium:1201858
Change-Id: I4730dcfe52c74bfb730c4cb4c55877cafecb3385
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/48692
Reviewed-by: Hans Wennborg <hwennborg@google.com>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Hans Wennborg 2021-04-26 09:00:25 +00:00 committed by Commit Bot service account
parent bf99a720c3
commit 55210f383c
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ config("dawn_internal") {
"-Wconditional-uninitialized", "-Wconditional-uninitialized",
"-Wcstring-format-directive", "-Wcstring-format-directive",
"-Wc++11-narrowing", "-Wc++11-narrowing",
"-Wdeprecated-copy",
"-Wdeprecated-copy-dtor",
"-Wduplicate-enum", "-Wduplicate-enum",
"-Wextra-semi-stmt", "-Wextra-semi-stmt",
"-Wimplicit-fallthrough", "-Wimplicit-fallthrough",