summaryrefslogtreecommitdiff
path: root/icu/icu4c-warnings.patch
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-10 14:39:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-11 11:27:18 +0100
commit583551810609804b225ab33456f0a2ae04ad16c1 (patch)
treea4f84c37fa8f503ef1bb95d9865e74cd3f7d90d5 /icu/icu4c-warnings.patch
parentb1c3f00d9b0ef6c91b0209c13531bd1f9d63c1e0 (diff)
upgrade to icu 49
Change-Id: I I I I I If403ee07ef8ea654369a8faac57fa8940f90e040
Diffstat (limited to 'icu/icu4c-warnings.patch')
-rw-r--r--icu/icu4c-warnings.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/icu/icu4c-warnings.patch b/icu/icu4c-warnings.patch
index e484b59a6c69..8ac632c42c6c 100644
--- a/icu/icu4c-warnings.patch
+++ b/icu/icu4c-warnings.patch
@@ -1,14 +1,3 @@
---- misc/icu/source/common/unicode/stringpiece.h
-+++ misc/build/icu/source/common/unicode/stringpiece.h
-@@ -140,7 +140,7 @@
- * @param len the length of the new data
- * @internal
- */
-- void set(const char* data, int32_t len) { ptr_ = data; length_ = len; }
-+ void set(const char* data_, int32_t len) { ptr_ = data_; length_ = len; }
-
- /**
- * Reset the stringpiece to refer to new data.
--- misc/icu/source/common/unicode/
+++ misc/build/icu/source/common/unicode/utf16.h
@@ -316,6 +316,7 @@