From 7b11ef88e4cbe4605362e11b385d186246a5e49d Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 17 Aug 2001 00:44:38 +0000 Subject: [PATCH] ICU-900 Fixed some compiler warnings X-SVN-Rev: 5493 --- icu4c/source/common/ucmpe32.c | 2 +- icu4c/source/common/uresbund.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/common/ucmpe32.c b/icu4c/source/common/ucmpe32.c index 8d6aea44ba..0286a6718d 100644 --- a/icu4c/source/common/ucmpe32.c +++ b/icu4c/source/common/ucmpe32.c @@ -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)); diff --git a/icu4c/source/common/uresbund.c b/icu4c/source/common/uresbund.c index 491a4ef987..94c0f618f7 100644 --- a/icu4c/source/common/uresbund.c +++ b/icu4c/source/common/uresbund.c @@ -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);