ICU-535 fixed some compiler warnings
X-SVN-Rev: 2341
This commit is contained in:
parent
59cd621336
commit
2e2ee935df
@ -190,7 +190,7 @@ void shareConverterData (UConverterSharedData * data)
|
||||
{
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
/*Lazy evaluates the Hashtable itself */
|
||||
void *sanity = NULL;
|
||||
/*void *sanity = NULL;*/
|
||||
|
||||
if (SHARED_DATA_HASHTABLE == NULL)
|
||||
{
|
||||
@ -207,14 +207,14 @@ void shareConverterData (UConverterSharedData * data)
|
||||
umtx_lock (NULL);
|
||||
/* ### check to see if the element is not already there! */
|
||||
|
||||
#if 0
|
||||
/*
|
||||
sanity = getSharedConverterData (data->staticData->name);
|
||||
if(sanity != NULL)
|
||||
{
|
||||
UCNV_DEBUG_LOG("put:overwrite!",data->staticData->name,sanity);
|
||||
}
|
||||
UCNV_DEBUG_LOG("put:chk",data->staticData->name,sanity);
|
||||
#endif
|
||||
*/
|
||||
|
||||
uhash_put(SHARED_DATA_HASHTABLE,
|
||||
(void*) data->staticData->name, /* Okay to cast away const as long as
|
||||
|
Loading…
Reference in New Issue
Block a user