mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16651
This commit is contained in:
parent
5cde413c0b
commit
c0237af276
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue