mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2194 fix compiler warnings
X-SVN-Rev: 11576
This commit is contained in:
parent
2e11ec438a
commit
b5fc181059
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue