* contrib/libnf/descend.c

* Add some values for default to eliminate warnings when compiling
      with gcc -O2.
This commit is contained in:
Walter Negro
2002-04-15 04:37:44 +00:00
parent ce051aa825
commit 742388f4f3

View File

@@ -54,10 +54,10 @@ HB_FUNC( FT_DESCEND)
#if defined(HB_OS_DOS) || defined(HB_OS_WIN_32)
{
auto PHB_ITEM iP = hb_itemParam( 1 );
auto PHB_ITEM iP = hb_itemParam( 1 );
auto USHORT uiType = hb_itemType( iP );
auto PHB_ITEM iR;
auto PHB_ITEM iR = NULL;
auto USHORT uiLen, n;
auto char * pDescend;
@@ -87,7 +87,7 @@ HB_FUNC( FT_DESCEND)
iR = hb_itemPutCL( 0, pDescend, uiLen );
hb_xfree( pDescend );
}
}
hb_itemReturn( iR );