ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3520
This commit is contained in:
parent
2fcecd0591
commit
cfba1c9a1e
@ -54,7 +54,7 @@ doArabicShapingTest(void);
|
||||
|
||||
/* helpers ------------------------------------------------------------------ */
|
||||
|
||||
static char *levelString="...............................................................";
|
||||
static const char *levelString="...............................................................";
|
||||
|
||||
static UChar *
|
||||
getStringFromDirProps(const uint8_t *dirProps, UTextOffset length);
|
||||
|
@ -155,6 +155,7 @@ printChars(const UChar *chars,
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
static void
|
||||
printChars2(const UChar *chars,
|
||||
int32_t len)
|
||||
@ -169,7 +170,7 @@ printChars2(const UChar *chars,
|
||||
}
|
||||
puts("");
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
static void
|
||||
printBytes(const uint8_t *byteBuffer,
|
||||
@ -720,7 +721,7 @@ segment_test(uint8_t *segment1,
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
TestSCSU(void)
|
||||
{
|
||||
UChar *chars = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user