mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5543
This commit is contained in:
parent
667cb7b3b5
commit
b982ffbb26
1 changed files with 2 additions and 17 deletions
|
@ -4,26 +4,11 @@
|
|||
* others. All Rights Reserved.
|
||||
********************************************************************/
|
||||
|
||||
#ifndef _COLL
|
||||
#include "unicode/coll.h"
|
||||
#endif
|
||||
|
||||
#ifndef _TBLCOLL
|
||||
#include "unicode/tblcoll.h"
|
||||
#endif
|
||||
|
||||
#ifndef _UNISTR
|
||||
#include "unicode/unistr.h"
|
||||
#endif
|
||||
|
||||
#ifndef _SORTKEY
|
||||
#include "unicode/sortkey.h"
|
||||
#endif
|
||||
|
||||
#ifndef _MNKYTST
|
||||
#include "mnkytst.h"
|
||||
#endif
|
||||
|
||||
#include "sfwdchit.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -39,8 +24,8 @@
|
|||
#endif
|
||||
|
||||
CollationMonkeyTest::CollationMonkeyTest()
|
||||
: myCollator(0),
|
||||
source("-abcdefghijklmnopqrstuvwxyz#&^$@", "")
|
||||
: source("-abcdefghijklmnopqrstuvwxyz#&^$@", ""),
|
||||
myCollator(0)
|
||||
{
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
myCollator = Collator::createInstance("en_US", status);
|
||||
|
|
Loading…
Add table
Reference in a new issue