diff --git a/src/common/BUILD.gn b/src/common/BUILD.gn index 0a2e36f759..c9014c4cec 100644 --- a/src/common/BUILD.gn +++ b/src/common/BUILD.gn @@ -121,6 +121,9 @@ config("dawn_internal") { # if (myUint64 > std::numeric_limits::max()) {...} cflags += [ "-Wno-tautological-type-limit-compare" ] + # Suppressions for warnings found in Skia that should really be fixed. + cflags += [ "-Wno-deprecated-copy-dtor" ] + if (is_win) { cflags += [ # clang-cl doesn't know -pedantic, pass it explicitly to the clang driver