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

Unified Diff: README.chromium

Issue 8333007: Fix a gcc 4.6 compiler warning. (Closed) Base URL: http://git.chromium.org/chromium/deps/icu46.git@master
Patch Set: Created 9 years, 2 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 | patches/gcc4.6.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 6d473feb054ab39bc313f0fa0e005c2312c833d7..25e3fae58bfe5a210d965be2b029edadd77d10e6 100644
--- a/README.chromium
+++ b/README.chromium
@@ -173,3 +173,7 @@ This directory contains the source code of ICU 4.6 for C/C++
17. Fix a use of uninitialized memory bug in regular expression matching
- patches/rematch.patch
- upstream bug: http://bugs.icu-project.org/trac/ticket/8824
+
+18. Fix gcc 4.6.1 warning about unused-but-set-variable.
+ - patches/gcc4.6.patch
+ - upstream bug: http://bugs.icu-project.org/trac/ticket/8890
« no previous file with comments | « no previous file | patches/gcc4.6.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698