Index: third_party/cld_2/cld_2.gyp |
diff --git a/third_party/cld_2/cld_2.gyp b/third_party/cld_2/cld_2.gyp |
index e07385bc07dbc56a8b2b3771dd39b864426254ea..25feba6174858cd0d885fcdd2e2015d2ada99289 100644 |
--- a/third_party/cld_2/cld_2.gyp |
+++ b/third_party/cld_2/cld_2.gyp |
@@ -178,6 +178,8 @@ |
'clang_warning_flags': [ |
# The generated files don't have braces around subobject initializers. |
'-Wno-missing-braces', |
+ # cld_2 contains unused private fields. |
+ '-Wno-unused-private-field', |
], |
}, |
}, |