mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8302
This commit is contained in:
parent
04877922ce
commit
e0d412f074
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue