mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-07 21:55:53 +00:00
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:
parent
fe6129f38f
commit
f40330502d
@ -27,12 +27,6 @@ config("tint_common_config") {
|
|||||||
"${tint_spirv_tools_dir}/",
|
"${tint_spirv_tools_dir}/",
|
||||||
"${tint_spirv_tools_dir}/include",
|
"${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") {
|
config("tint_public_config") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user