2007-04-17 04:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/itemseri.c
    * cleaned OW warnings
This commit is contained in:
Przemyslaw Czerpak
2007-04-17 02:16:29 +00:00
parent c9e8fc84b9
commit d10223e017
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-04-17 04:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/itemseri.c
* cleaned OW warnings
2007-04-17 04:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/source/vm/dynsym.c

View File

@@ -219,7 +219,6 @@ static void hb_itemSerialOffsetSet( PHB_CYCLIC_REF pRef, PHB_ITEM pItem,
if( pRef->ulOffset == ulOffset )
{
pRef->value = ( void * ) pItem;
return;
break;
}
pRef = pRef->pNext;
@@ -234,7 +233,6 @@ static void hb_itemSerialOffsetGet( PHB_CYCLIC_REF pRef, PHB_ITEM pItem,
if( pRef->ulOffset == ulOffset )
{
hb_itemCopy( pItem, ( PHB_ITEM ) pRef->value );
return;
break;
}
pRef = pRef->pNext;