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