commit | 17b90e77683fd71c72478c2af966fe0a4c1c07be | [log] [tgz] |
---|---|---|
author | Shai Barack <shayba@google.com> | Mon Aug 31 21:29:10 2020 -0700 |
committer | Shai Barack <shayba@google.com> | Wed Sep 02 04:44:58 2020 +0000 |
tree | 6247d4b0039787d5a2e52a614e53dc31adc35184 | |
parent | eeeebcd7522379962e31b90dd78f1df51aff02e7 [diff] |
[Wconversion] Suppress warnings Bug: 56258 Bug: 58162 Bug: 59275 Change-Id: I7d937201b9d7f4e3b709a50329af6ae2bf1cf316 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/abseil-cpp/+/422718 Reviewed-by: Petr Hosek <phosek@google.com>
diff --git a/BUILD.gn b/BUILD.gn index 957ffb7..4f80295 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -31,5 +31,7 @@ # in https://reviews.llvm.org/D64666 and is failing in duration.cc:190:12 "-Wno-unknown-warning-option", "-Wno-implicit-int-float-conversion", + + "-Wno-conversion", ] }