Dear friends

Can i revert
#if defined( __POCC__ ) || defined( __XCC__ )
   #define HB_SYMBOL_UNUSED( symbol )  do if( symbol ) {;} while( 0 )
#else
   #define HB_SYMBOL_UNUSED( symbol )  ( void ) symbol
#endif


to
   #define HB_SYMBOL_UNUSED( symbol )  ( void ) symbol


I didnt find any changelog about this, and this protection for XCC and POCC 
is not allow hwgui to be compiled

Regards
Luiz 


------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to