ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4342
This commit is contained in:
parent
4ad651e623
commit
b1d4df6d86
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user