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

Unified Diff: README.chromium

Issue 194683004: Fix -Wbool-conversion warnings in hunspell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/hunspell/
Patch Set: Created 6 years, 9 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 | « no previous file | google.patch » ('j') | src/hunspell/hunspell.cxx » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 206172)
+++ README.chromium (working copy)
@@ -21,6 +21,7 @@
replacement table from the bdict file for the secondary suggestion mechanism.
* Avoid crash in SuggestMgr::forgotchar_utf() and SuggestMgr::forgotchar() on
Windows by using a one-character larger buffer.
+* Fix -Wbool-conversion warnings from Clang in src/hunspell/hunspell.cxx.
Nico 2014/03/11 16:40:55 Since the change is in code that's only in the exi
Alexander Potapenko 2014/03/11 17:38:48 Done.
Chromium-specific changes are in google.patch. To update the patch, follow these
steps:
« no previous file with comments | « no previous file | google.patch » ('j') | src/hunspell/hunspell.cxx » ('J')

Powered by Google App Engine
This is Rietveld 408576698