mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5595
This commit is contained in:
parent
1f6917cf2a
commit
cc7dd3911a
2 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ addTestDeprecatedAPI(TestNode** root)
|
|||
*TODO: The ucol_openRules method which does not take UParseError as one of its params
|
||||
* has been deprecated in 2.0 release.Please remove this API by 10/1/2002
|
||||
*/
|
||||
void
|
||||
static void
|
||||
TestDeprecatedCollationAPI(void)
|
||||
{
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
@ -141,7 +141,7 @@ TestDeprecatedCollationAPI(void)
|
|||
*and unum_openPattern methods have been deprecated in 2.0 release.Please remove this API by 10/1/2002
|
||||
*/
|
||||
|
||||
void
|
||||
static void
|
||||
TestDeprecatedNumFmtAPI(void)
|
||||
{
|
||||
|
||||
|
@ -244,7 +244,7 @@ TestDeprecatedNumFmtAPI(void)
|
|||
*TODO: udat_open and udat_openPatterns methods have been unified and deprecated in 2.0 release.
|
||||
*Please remove this API by 10/1/2002.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
TestDeprecatedDateFmtAPI(void)
|
||||
{
|
||||
UDateFormat *def, *fr, *fr_pat ;
|
||||
|
|
|
@ -1779,7 +1779,7 @@ TestCaseCompare() {
|
|||
}
|
||||
}
|
||||
|
||||
void TestUScriptCodeAPI(){
|
||||
static void TestUScriptCodeAPI(){
|
||||
const char* testNames[]={
|
||||
/* test locale */
|
||||
"en", "en_US", "sr", "ta" , "te_IN",
|
||||
|
|
Loading…
Add table
Reference in a new issue