commit | b3070c52557323463e6b9827e2343e60e1b91f85 | [log] [tgz] |
---|---|---|
author | Gulfem Savrun Yeniceri <gulfem@google.com> | Tue Aug 09 22:12:32 2022 +0000 |
committer | Jungshik Shin <jshin@chromium.org> | Wed Aug 10 21:57:15 2022 +0000 |
tree | 5a1d6565f10fe70193e67fe087fc4b624a2ba642 | |
parent | 4404a4db0812774fb604bedf1b871728c48df4a3 [diff] |
[build] Suppress -Wenum-constexpr-conversion Clang recently added a warning for values outside enum range in https://reviews.llvm.org/D131307 and https://reviews.llvm.org/D130058. This triggered a warning in icu, which is reported in https://unicode-org.atlassian.net/browse/ICU-22113 This patch temporarily suppresses -Wunknown-warning-option and -Wenum-constexpr-conversion in Fucshia to fix the builders. Change-Id: I5c89e3a22cf52145232bfcd001ac3495daafa287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/3821449 Reviewed-by: Jungshik Shin <jshin@chromium.org>