commit | 19461d9be82faa4cd29ab0217e5e504382040a9d | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Feb 21 17:39:08 2023 +0900 |
committer | Yi Kong <yikong@google.com> | Tue Feb 21 17:39:08 2023 +0900 |
tree | a819eaafbee06a26f5c683148332cdbac7fbffa1 | |
parent | 69c72cf1ae966f4fae3013d50a683ab3025c08e6 [diff] |
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