Re: [Harbour] 2008-08-07 09:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-07 Thread Szakáts Viktor
Hi Przemek, I do not know what exactly newest POCC does but for 4.50 we should rather intorduce: #if defined( __POCC__ ) #define HB_VALUE_UNUSED( symbol ) do if( symbol ) {;} while( 0 ) #else #define HB_VALUE_UNUSED( symbol ) do {;} while( 0 ) #endif Not many, about the same

Re: [Harbour] 2008-08-07 09:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-07 Thread Przemyslaw Czerpak
On Thu, 07 Aug 2008, Szakáts Viktor wrote: Hi Viktor, >* include/hbdefs.h > ! Changed HB_SYMBOL_UNUSED() to better work for all >compilers, notably Pelles C. do if( symbol ) {;} while( 0 ) should not be used as previous HB_SYMBOL_UNUSED() replacement because it has a littl

[Harbour] 2008-08-07 09:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-07 Thread Szakáts Viktor
2008-08-07 09:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbdefs.h ! Changed HB_SYMBOL_UNUSED() to better work for all compilers, notably Pelles C. ! Fix to PFLL, although it didn't fix all GCC 4.3.1 warnings. These remained: ../../genc.c:1582: war