| Index: third_party/hunspell/hunspell.gyp
|
| diff --git a/third_party/hunspell/hunspell.gyp b/third_party/hunspell/hunspell.gyp
|
| index cc09799ca74553026db72c33143300108668ac9c..f2c5d3d6059896a881f1150497329a48f74c7af2 100644
|
| --- a/third_party/hunspell/hunspell.gyp
|
| +++ b/third_party/hunspell/hunspell.gyp
|
| @@ -70,6 +70,8 @@
|
| # affentry.hxx has NULL as default parameter for a FLAG in two
|
| # places.
|
| '-Wno-null-conversion',
|
| + # hunspell has unused private fields.
|
| + '-Wno-unused-private-field',
|
| ],
|
| },
|
| # TODO(jschuh): http://crbug.com/167187 size_t -> int
|
|
|