mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-535 fixed some compiler warnings
X-SVN-Rev: 2341
This commit is contained in:
parent
59cd621336
commit
2e2ee935df
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue