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

Unified Diff: third_party/hunspell/hunspell.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
« third_party/hunspell/BUILD.gn ('K') | « third_party/hunspell/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/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
« third_party/hunspell/BUILD.gn ('K') | « third_party/hunspell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698