| Index: third_party/cld_2/BUILD.gn
|
| diff --git a/third_party/cld_2/BUILD.gn b/third_party/cld_2/BUILD.gn
|
| index 9789c763db48ba8a6745290d31d2ce16edf38843..303dcbf53a8d2427da61e03450e1265f23ad1040 100644
|
| --- a/third_party/cld_2/BUILD.gn
|
| +++ b/third_party/cld_2/BUILD.gn
|
| @@ -83,7 +83,8 @@ source_set("cld2_platform_impl") {
|
| config("cld2_warnings") {
|
| if (is_clang) {
|
| cflags = [
|
| - # cld_2 has unused private fields.
|
| + # cld_2 contains unused private fields.
|
| + # https://code.google.com/p/cld2/issues/detail?id=37
|
| "-Wno-unused-private-field",
|
| ]
|
| }
|
|
|