Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: third_party/libphonenumber/libphonenumber.gyp

Issue 1236443005: win/clang: Suppress another -Wunused-private-field warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698