| Index: third_party/libphonenumber/libphonenumber.gyp
|
| diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp
|
| index 4c6b06b6c959af101945a791a506c5ad4c5a3944..363451bc31d5e6d0ecaa39287003b8ce52c49b07 100644
|
| --- a/third_party/libphonenumber/libphonenumber.gyp
|
| +++ b/third_party/libphonenumber/libphonenumber.gyp
|
| @@ -138,6 +138,12 @@
|
| '../../testing/gtest.gyp:gtest',
|
| 'libphonenumber_without_metadata',
|
| ],
|
| + 'variables': {
|
| + 'clang_warning_flags': [
|
| + # https://github.com/googlei18n/libphonenumber/pull/741
|
| + '-Wno-unused-private-field',
|
| + ],
|
| + },
|
| 'conditions': [
|
| ['OS=="win"', {
|
| 'action': [
|
|
|