blob: 8ac632c42c6c96b64abe1c34409c0fc9e6f99ae0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- misc/icu/source/common/unicode/
+++ misc/build/icu/source/common/unicode/utf16.h
@@ -316,6 +316,7 @@
(s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
} else /* c>0x10ffff or not enough space */ { \
(isError)=TRUE; \
+ (void)(isError); \
} \
}
|