On Fri, 11 Apr 2008 17:59:42 +0200
"Enrico Maria Giordano" <[EMAIL PROTECTED]> wrote:

> Unfortunately the warnings seem to be related to unused parameters in 
> PRG-level functions and I can't remove them because they are part of the 
> function interface. I don't think it is worth to add
> 
> xParam = xParam

I do not think so, because it obviously will add another CPU cycle
(doing comparation, "=" ).
 
> all over the place just to fix the warnings. I prefer to locally disable 
> that kind of warning using a compiler switch.
> 
> Anybody knows a better way?

It should be possible to paficy the warning by changing the parameters
that would be passed to the functions. But we have to be careful because
this would bring a Clipper incompatibility (actually I hate saying this).
It is a matter of UI that cannot be easily cured as long as it relates
to compatibility, unless we agree on doing that under HB_C52_STRICT
condition.
--
Andi

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to