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 |