ICU-2699 fix compiler warnings

X-SVN-Rev: 12505
This commit is contained in:
Ram Viswanadha 2003-06-12 23:56:38 +00:00
parent 240206b645
commit 6e9ade5670

View File

@ -969,7 +969,7 @@ idnaref_compare( const UChar *s1, int32_t length1,
UChar b1Stack[MAX_IDN_BUFFER_SIZE], b2Stack[MAX_IDN_BUFFER_SIZE];
UChar *b1 = b1Stack, *b2 = b2Stack;
int32_t b1Len, b2Len, b1Capacity = MAX_IDN_BUFFER_SIZE, b2Capacity = MAX_IDN_BUFFER_SIZE;
int32_t result;
int32_t result = -1;
UParseError parseError;