mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-900 Fixed somce compiler warnings
X-SVN-Rev: 4871
This commit is contained in:
parent
7ba6beb7ae
commit
7e7932983e
1 changed files with 4 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
* Copyright (c) 1997-2001, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
********************************************************************/
|
||||
/********************************************************************************
|
||||
/*******************************************************************************
|
||||
*
|
||||
* File CRESTST.C
|
||||
*
|
||||
|
@ -11,17 +11,13 @@
|
|||
* Name Description
|
||||
* Madhu Katragadda Ported for C API
|
||||
* 06/14/99 stephen Updated for RB API changes (no suffix).
|
||||
*********************************************************************************
|
||||
********************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "cintltst.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "string.h"
|
||||
#include "cstring.h"
|
||||
|
||||
#define RESTEST_HEAP_CHECK 0
|
||||
|
@ -121,6 +117,8 @@ static int32_t bundles_count = sizeof(param) / sizeof(param[0]);
|
|||
|
||||
/* Array of our test objects */
|
||||
|
||||
void addResourceBundleTest(TestNode** root);
|
||||
|
||||
void addResourceBundleTest(TestNode** root)
|
||||
{
|
||||
addTest(root, &TestConstruction1, "tsutil/crestst/TestConstruction1");
|
||||
|
|
Loading…
Add table
Reference in a new issue