From fabad007c60958f2ff87e8f636ff6a798ad1f963 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 22 Apr 2017 01:24:19 +0200 Subject: Upgrade to ICU 59.1 Also regenerated all patches using make icu.genpatch (hence the .1 suffix that indicates the path level) as some hunks did not apply anyway and all now have the correct offset. Using genpatch may have the future benefit to yield smaller diffs between different versions of patches. Also prefixed all patch names with icu4c- for a cleaner listing. New patches introduced are prefixed with icu4c-59-... Change-Id: Ia83754b0823839887fce1a1d4ed04f8375b113c2 Reviewed-on: https://gerrit.libreoffice.org/36809 Tested-by: Jenkins Reviewed-by: Eike Rathke --- external/icu/icu4c-warnings.patch.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/icu/icu4c-warnings.patch.1 (limited to 'external/icu/icu4c-warnings.patch.1') diff --git a/external/icu/icu4c-warnings.patch.1 b/external/icu/icu4c-warnings.patch.1 new file mode 100644 index 000000000000..3c39ba12ded7 --- /dev/null +++ b/external/icu/icu4c-warnings.patch.1 @@ -0,0 +1,11 @@ +diff -ur icu.org/source/common/unicode/utf16.h icu/source/common/unicode/utf16.h +--- icu.org/source/common/unicode/utf16.h 2017-02-03 19:57:23.000000000 +0100 ++++ icu/source/common/unicode/utf16.h 2017-04-21 22:05:57.414397617 +0200 +@@ -321,6 +321,7 @@ + (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \ + } else /* c>0x10ffff or not enough space */ { \ + (isError)=TRUE; \ ++ (void)(isError); \ + } \ + } + -- cgit