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 <thakis@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Adrian McCarthy 2021-02-18 22:34:59 +00:00 committed by Commit Bot service account
parent 51db53fa06
commit f0f6d2f8e1
1 changed files with 0 additions and 1 deletions

View File

@ -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",