Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / icu / icu4c-warnings.patch
blob96608d7d1ef35a53d1f4fc4c4bea77392ba83547
1 --- misc/icu/source/common/unicode/utf16.h
2 +++ misc/build/icu/source/common/unicode/utf16.h
3 @@ -319,6 +319,7 @@
4 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
5 } else /* c>0x10ffff or not enough space */ { \
6 (isError)=TRUE; \
7 + (void)(isError); \
8 } \