mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5493
This commit is contained in:
parent
d1afd5979d
commit
7b11ef88e4
2 changed files with 1 additions and 2 deletions
icu4c/source/common
|
@ -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…
Add table
Reference in a new issue