Remove the warning suppression for Skia

Skia changed to only add -Weverything for Skia files so this warning is
no longer needed.

Bug: dawn:706
Change-Id: I7ac111cfaf580ee0868fb318f953fe983ee17df2
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/45607
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-03-23 16:32:59 +00:00 committed by Commit Bot service account
parent fe6129f38f
commit f40330502d
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ config("tint_common_config") {
"${tint_spirv_tools_dir}/",
"${tint_spirv_tools_dir}/include",
]
if (is_clang && !build_with_chromium) {
# Suppress a warning enabled by Skia: Tint is C++14 so the C++11 defect
# detected by this warning has been fixed.
cflags = [ "-Wno-return-std-move-in-c++11" ]
}
}
config("tint_public_config") {