| Index: third_party/cld_2/BUILD.gn
|
| diff --git a/third_party/cld_2/BUILD.gn b/third_party/cld_2/BUILD.gn
|
| index 70dc872e118777e1ffdbcc4f4430792d41737da9..43217012502a102aece22b9c59f1ed9c642ded5a 100644
|
| --- a/third_party/cld_2/BUILD.gn
|
| +++ b/third_party/cld_2/BUILD.gn
|
| @@ -98,6 +98,7 @@ config("cld2_warnings") {
|
| # cld_2 contains unused private fields.
|
| # https://code.google.com/p/cld2/issues/detail?id=37
|
| "-Wno-unused-private-field",
|
| +
|
| # offsetmap.cc uses a char as a subscript.
|
| "-Wno-char-subscripts",
|
| ]
|
|
|