ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9228
This commit is contained in:
parent
827303547e
commit
35b7aab4d6
@ -1141,7 +1141,6 @@ static void TestConstruction2()
|
||||
UResourceBundle *test4 = 0;
|
||||
const UChar* result4;
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
const char* directory;
|
||||
const char* locale="te_IN";
|
||||
wchar_t widedirectory[256];
|
||||
const char *testdatapath;
|
||||
|
@ -257,7 +257,7 @@ static void TestUDataOpen(){
|
||||
|
||||
|
||||
static void TestUDataSetAppData(){
|
||||
UDataMemory *dataItem;
|
||||
/* UDataMemory *dataItem;*/
|
||||
|
||||
UErrorCode status=U_ZERO_ERROR;
|
||||
int fileHandle = 0; /* We are going to read the testdata.dat file */
|
||||
@ -519,9 +519,6 @@ static void TestUDataOpenChoiceDemo2() {
|
||||
|
||||
const char* name="test";
|
||||
const char* type="dat";
|
||||
|
||||
int n;
|
||||
|
||||
const char* path = loadTestData(&status);
|
||||
|
||||
result=udata_openChoice(path, type, name, isAcceptable, &p, &status);
|
||||
|
Loading…
Reference in New Issue
Block a user