ICU-535 Fixed some compiler warnings

X-SVN-Rev: 3520
This commit is contained in:
George Rhoten 2001-02-01 00:12:42 +00:00
parent 2fcecd0591
commit cfba1c9a1e
2 changed files with 4 additions and 3 deletions

View File

@ -54,7 +54,7 @@ doArabicShapingTest(void);
/* helpers ------------------------------------------------------------------ */
static char *levelString="...............................................................";
static const char *levelString="...............................................................";
static UChar *
getStringFromDirProps(const uint8_t *dirProps, UTextOffset length);

View File

@ -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;