ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5493
This commit is contained in:
parent
d1afd5979d
commit
7b11ef88e4
@ -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));
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user