[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:
parent
bf99a720c3
commit
55210f383c
|
@ -95,8 +95,6 @@ config("dawn_internal") {
|
|||
"-Wconditional-uninitialized",
|
||||
"-Wcstring-format-directive",
|
||||
"-Wc++11-narrowing",
|
||||
"-Wdeprecated-copy",
|
||||
"-Wdeprecated-copy-dtor",
|
||||
"-Wduplicate-enum",
|
||||
"-Wextra-semi-stmt",
|
||||
"-Wimplicit-fallthrough",
|
||||
|
|
Loading…
Reference in New Issue