mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-4827 MSVC.NET 2005 beta2 compiler warning fix.
X-SVN-Rev: 18680
This commit is contained in:
parent
d354a1cee2
commit
d021cdefde
2 changed files with 6 additions and 6 deletions
|
@ -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];
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
AssemblerListingLocation=".\decmn_Win32_Release/"
|
||||
ObjectFile=".\decmn_Win32_Release/"
|
||||
ProgramDataBaseFileName=".\decmn_Win32_Release/"
|
||||
WarningLevel="4"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
|
@ -93,7 +93,7 @@
|
|||
ObjectFile=".\decmn_Win32_Debug/"
|
||||
ProgramDataBaseFileName=".\decmn_Win32_Debug/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="4"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue