ICU-2194 fix compiler warnings
X-SVN-Rev: 11576
This commit is contained in:
parent
2e11ec438a
commit
b5fc181059
@ -481,12 +481,6 @@ getNextSeparator(UChar *src,int32_t srcLength,StringPrep* prep,
|
||||
|
||||
}
|
||||
}
|
||||
// we have not found the delimiter
|
||||
if(i==srcLength){
|
||||
*limit = src+srcLength;
|
||||
*done = TRUE;
|
||||
}
|
||||
return i;
|
||||
}else{
|
||||
int32_t i;
|
||||
for(i=0;i<srcLength;i++){
|
||||
|
Loading…
Reference in New Issue
Block a user