ICU-1586 initialize a variable (count in enumTrie, not really used)

X-SVN-Rev: 7472
This commit is contained in:
Markus Scherer 2002-01-22 04:02:23 +00:00
parent 24fb5c7668
commit d847cc9d29

View File

@ -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) {