From d021cdefde419deaddd6ce7e3475ec3c6b5be64c Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 14 Oct 2005 03:30:45 +0000 Subject: [PATCH] ICU-4827 MSVC.NET 2005 beta2 compiler warning fix. X-SVN-Rev: 18680 --- icu4c/source/test/cintltst/cmsgtst.c | 8 ++++---- icu4c/source/tools/gencmn/decmn.vcproj | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/icu4c/source/test/cintltst/cmsgtst.c b/icu4c/source/test/cintltst/cmsgtst.c index 72d08cad1d8..91b6c3722a2 100644 --- a/icu4c/source/test/cintltst/cmsgtst.c +++ b/icu4c/source/test/cintltst/cmsgtst.c @@ -257,7 +257,7 @@ static void MessageFormatTest( void ) /*test u_formatMessage() with sample patterns */ -static void TestSampleMessageFormat() +static void TestSampleMessageFormat(void) { UChar *str; UChar *result; @@ -557,7 +557,7 @@ static void TestSampleFormatAndParseWithError(void) } /* Test u_formatMessage() and u_parseMessage() , format and parse sequence and round trip */ -static void TestSampleFormatAndParse() +static void TestSampleFormatAndParse(void) { UChar *result, *tzID, *str; @@ -650,7 +650,7 @@ static void TestSampleFormatAndParse() } /* test message format with a choice option */ -static void TestMsgFormatChoice() +static void TestMsgFormatChoice(void) { UChar* str; UErrorCode status = U_ZERO_ERROR; @@ -737,7 +737,7 @@ static void TestMsgFormatChoice() } /*test u_parseMessage() with various test patterns */ -static void TestParseMessage() +static void TestParseMessage(void) { UChar pattern[100]; UChar source[100]; diff --git a/icu4c/source/tools/gencmn/decmn.vcproj b/icu4c/source/tools/gencmn/decmn.vcproj index 51a426ef3b5..897b3d2d013 100644 --- a/icu4c/source/tools/gencmn/decmn.vcproj +++ b/icu4c/source/tools/gencmn/decmn.vcproj @@ -31,7 +31,7 @@ AssemblerListingLocation=".\decmn_Win32_Release/" ObjectFile=".\decmn_Win32_Release/" ProgramDataBaseFileName=".\decmn_Win32_Release/" - WarningLevel="4" + WarningLevel="3" SuppressStartupBanner="TRUE" CompileAs="0"/>