From b1d4df6d863e6b7d8a1bb7d690d5b81b2d81030b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 27 Mar 2001 00:55:59 +0000 Subject: [PATCH] ICU-900 Fixed some compiler warnings. X-SVN-Rev: 4342 --- icu4c/source/tools/gentz/gentz.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/tools/gentz/gentz.cpp b/icu4c/source/tools/gentz/gentz.cpp index aef231d11e0..26474ec5217 100644 --- a/icu4c/source/tools/gentz/gentz.cpp +++ b/icu4c/source/tools/gentz/gentz.cpp @@ -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 */ };