* contrib/libnf/descend.c
* Add some values for default to eliminate warnings when compiling
with gcc -O2.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user