sc: copy cache values when clone color conditional format
[LibreOffice.git] / external / icu / icu4c-warnings.patch.1
blobd8df0e14e9cfaea7f088bed0096be187309f4a69
1 diff -ur icu.org/source/common/unicode/utf16.h icu/source/common/unicode/utf16.h
2 --- icu.org/source/common/unicode/utf16.h       2020-10-28 22:21:12.000000000 +0100
3 +++ icu/source/common/unicode/utf16.h   2020-11-16 19:31:03.356478154 +0100
4 @@ -398,6 +398,7 @@
5          (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
6      } else /* c>0x10ffff or not enough space */ { \
7          (isError)=true; \
8 +        (void)(isError); \
9      } \
10  } UPRV_BLOCK_MACRO_END