ICU-900 Fixed some compiler warnings

X-SVN-Rev: 5493
This commit is contained in:
George Rhoten 2001-08-17 00:44:38 +00:00
parent d1afd5979d
commit 7b11ef88e4
2 changed files with 1 additions and 2 deletions

View File

@ -323,7 +323,7 @@ ucmpe32_openFromData( const uint8_t **source,
UErrorCode *status)
{
uint32_t i;
const uint8_t *oldSource = *source;
/* const uint8_t *oldSource = *source;*/
CompactEIntArray* this_obj = (CompactEIntArray*) uprv_malloc(sizeof(CompactEIntArray));

View File

@ -1168,7 +1168,6 @@ U_CAPI int32_t ures_countArrayItems(const UResourceBundle* resourceBundle,
U_CAPI void ures_close(UResourceBundle* resB)
{
UErrorCode status = U_ZERO_ERROR;
if(resB != NULL) {
if(resB->fData != NULL) {
entryClose(resB->fData);