ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 4342
This commit is contained in:
George Rhoten 2001-03-27 00:55:59 +00:00
parent 4ad651e623
commit b1d4df6d86

View File

@ -53,9 +53,9 @@ static UDataInfo dataInfo = {
sizeof(UChar),
0,
TZ_SIG_0, TZ_SIG_1, TZ_SIG_2, TZ_SIG_3,
TZ_FORMAT_VERSION, 0, 0, 0, /* formatVersion */
0, 0, 0, 0 /* dataVersion - will be filled in with year.suffix */
{TZ_SIG_0, TZ_SIG_1, TZ_SIG_2, TZ_SIG_3},
{TZ_FORMAT_VERSION, 0, 0, 0}, /* formatVersion */
{0, 0, 0, 0} /* dataVersion - will be filled in with year.suffix */
};