ICU-900 Fix some compiler warnings.

X-SVN-Rev: 9228
This commit is contained in:
George Rhoten 2002-07-17 15:39:16 +00:00
parent 827303547e
commit 35b7aab4d6
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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);