ICU-535 fixed some compiler warnings
X-SVN-Rev: 2395
This commit is contained in:
parent
8ad73783a6
commit
8268a82c68
@ -214,7 +214,7 @@ utf8_back1SafeBody(const uint8_t *s, UTextOffset start, UTextOffset i);
|
||||
if(UTF8_IS_LEAD(__b)) { \
|
||||
uint8_t __count=UTF8_COUNT_TRAIL_BYTES(__b); \
|
||||
if((i)+__count>(length)) { \
|
||||
__count=(length)-(i); \
|
||||
__count=(uint8_t)((length)-(i)); \
|
||||
} \
|
||||
while(__count>0 && UTF8_IS_TRAIL((s)[i])) { \
|
||||
++(i); \
|
||||
|
Loading…
Reference in New Issue
Block a user