From f0f6d2f8e12c2cbb7b73654d5a681ce1d882e1c5 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Thu, 18 Feb 2021 22:34:59 +0000 Subject: [PATCH] Remove obsolete `-Wreturn-std-move-in-c++11` Clang has retired this diagnostic. Bug: 1179351 Change-Id: Ie0d5f7b2da88b82deb98e09921c5659ab9366961 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/42002 Reviewed-by: Nico Weber Reviewed-by: Austin Eng Commit-Queue: Austin Eng --- src/common/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/BUILD.gn b/src/common/BUILD.gn index 761ecd0c6f..08b91a0e5e 100644 --- a/src/common/BUILD.gn +++ b/src/common/BUILD.gn @@ -110,7 +110,6 @@ config("dawn_internal") { "-Wnon-c-typedef-for-linkage", "-Wpessimizing-move", "-Wrange-loop-analysis", - "-Wreturn-std-move-in-c++11", "-Wshadow-field", "-Wstrict-prototypes", "-Wtautological-unsigned-zero-compare",