ICU-3905 Fix some compiler warnings.

X-SVN-Rev: 16651
This commit is contained in:
George Rhoten 2004-10-28 06:29:19 +00:00
parent 5cde413c0b
commit c0237af276

View file

@ -221,7 +221,7 @@ void RegexTest::regex_find(const UnicodeString &pattern,
RegexMatcher *matcher = NULL;
UVector groupStarts(status);
UVector groupEnds(status);
UBool isMatch;
UBool isMatch = FALSE;
UBool failed = FALSE;
int numFinds;
int i;