ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 8302
This commit is contained in:
George Rhoten 2002-03-29 19:47:34 +00:00
parent 04877922ce
commit e0d412f074

View file

@ -535,7 +535,7 @@ uprv_free(pattern);
/**
* Test DateFormat(Calendar) API
*/
void TestDateFormatCalendar() {
static void TestDateFormatCalendar() {
UDateFormat *date=0, *time=0, *full=0;
UCalendar *cal=0;
UChar buf[256];