Suppress -fcoroutines-ts deprecation warning
Starting from clang-r487747, clang emits the following warning: clang++: error: the '-fcoroutines-ts' flag is deprecated and it will be removed in Clang 17; use '-std=c++20' or higher to use standard C++ coroutines instead [-Werror,-Wdeprecated-experimental-coroutine] Test: presubmit Change-Id: Ib0082dee2e7d3f16dc8c23b757c90ede9f229cb4
This commit is contained in:
@@ -252,6 +252,7 @@ cc_binary {
|
||||
"-fsized-deallocation",
|
||||
"-fexceptions",
|
||||
"-fcoroutines-ts",
|
||||
"-Wno-deprecated-experimental-coroutine",
|
||||
"-Wno-format-zero-length",
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-non-virtual-dtor",
|
||||
|
||||
Reference in New Issue
Block a user