mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-12 16:15:55 +00:00
[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",
|
"-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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user