diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 713daf2ee9..eacd83c76f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 20 13:49:01 1999 Gonzalo A. Diethelm + + * source/rdd/dbcmd.c: + * source/rtl/classes.c: + Fixed two minor warnings. + 19991219-14:35 GMT+1 Ryszard Glab *source/compiler/harbour.l diff --git a/harbour/source/rdd/dbcmd.c b/harbour/source/rdd/dbcmd.c index 992238dfd8..3994a94f51 100644 --- a/harbour/source/rdd/dbcmd.c +++ b/harbour/source/rdd/dbcmd.c @@ -598,7 +598,6 @@ static ERRCODE defOrderCondition( AREAP pArea, LPDBORDERCONDINFO pOrderInfo ) static ERRCODE defRelease( AREAP pArea ) { LPFILEINFO pFileInfo; - HB_MACRO_PTR pMacro; HB_TRACE(HB_TR_DEBUG, ("defRelease(%p)", pArea)); diff --git a/harbour/source/rtl/classes.c b/harbour/source/rtl/classes.c index dc9a08103f..65b62b4994 100644 --- a/harbour/source/rtl/classes.c +++ b/harbour/source/rtl/classes.c @@ -293,7 +293,6 @@ PHB_FUNC hb_objGetMethod( PHB_ITEM pObject, PHB_SYMB pMessage ) { USHORT uiClass; PHB_DYNS pMsg = pMessage->pDynSym; - PCLASS pClass; HB_TRACE(HB_TR_DEBUG, ("hb_objGetMethod(%p, %p)", pObject, pMessage)); @@ -1256,4 +1255,4 @@ HARBOUR HB___GETMESSAGE() pBase = hb_stack.pItems + pBase->item.asSymbol.stackbase; hb_retc( pBase->item.asSymbol.value->szName ); -} \ No newline at end of file +}