On Fri, 24 Feb 2006 11:07:11 +0200
"Geno Roupsky" <[EMAIL PROTECTED]> wrote:

> a nicer workaroung is this
> 
> Assert(Sender <> nil);
> 
> as this will produce code only if assertion is turned on and this is not
> the case with production builds.

Good idea.

I added this an example for an IDE QuickFix item.
Just install the package
<lazarusdir>/examples/idequickfix/quickfixexample.lpk and you can now fix
'parameter "Sender" not used' messages easily by right clicking.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to