summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber/libphonenumber.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libphonenumber/libphonenumber.gyp')
-rw-r--r--third_party/libphonenumber/libphonenumber.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp
index f5a98fe..4c6b06b 100644
--- a/third_party/libphonenumber/libphonenumber.gyp
+++ b/third_party/libphonenumber/libphonenumber.gyp
@@ -66,6 +66,10 @@
'variables': {
'proto_in_dir': 'src/resources',
'proto_out_dir': 'third_party/libphonenumber/phonenumbers',
+ 'clang_warning_flags': [
+ # https://github.com/googlei18n/libphonenumber/pull/741
+ '-Wno-unused-private-field',
+ ],
},
'includes': [ '../../build/protoc.gypi' ],
'direct_dependent_settings': {