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

Unified Diff: third_party/cld_2/cld_2.gyp

Issue 1215643003: Remove -Wno-unused-private-field clang warning suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback 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
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',
],
},
},

Powered by Google App Engine
This is Rietveld 408576698