ICU-1586 initialize a variable (count in enumTrie, not really used)
X-SVN-Rev: 7472
This commit is contained in:
parent
24fb5c7668
commit
d847cc9d29
@ -259,6 +259,7 @@ enumTrie(EnumTrieFn *fn, void *context) {
|
||||
UChar32 code;
|
||||
UBool isInBlockZero;
|
||||
|
||||
count=0;
|
||||
for(code=0; code<=0x10ffff;) {
|
||||
i=utrie_get32(&normTrie, code, &isInBlockZero);
|
||||
if(isInBlockZero) {
|
||||
|
Loading…
Reference in New Issue
Block a user