Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Jonas Maebe
On 29 Sep 2008, at 11:18, [EMAIL PROTECTED] wrote: Is there any posibility to hide compiler hint: Hint: Parameter xxx not used No. People regularly ask for the ability to disable particular hints/ warnings, but no one is interested enough to submit a patch to add such functionality to the

Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Graeme Geldenhuys
On Mon, Sep 29, 2008 at 11:18 AM, [EMAIL PROTECTED] wrote: Is there any posibility to hide compiler hint: Hint: Parameter xxx not used I agree, it would be nice to suppress that hint! It's quite pointless, 99% of the time. I have seen some code like the following, to suppress that hint, but

Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Paul Ishenin
Jonas Maebe пишет: On 29 Sep 2008, at 11:18, [EMAIL PROTECTED] wrote: Is there any posibility to hide compiler hint: Hint: Parameter xxx not used No. People regularly ask for the ability to disable particular hints/warnings, but no one is interested enough to submit a patch to add such

Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Vincent Snijders
Graeme Geldenhuys schreef: On Mon, Sep 29, 2008 at 11:18 AM, [EMAIL PROTECTED] wrote: Is there any posibility to hide compiler hint: Hint: Parameter xxx not used I agree, it would be nice to suppress that hint! It's quite pointless, 99% of the time. For this particular hint with Sender,

Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Jonas Maebe
On 29 Sep 2008, at 11:31, Paul Ishenin wrote: Jonas Maebe пишет: On 29 Sep 2008, at 11:18, [EMAIL PROTECTED] wrote: Is there any posibility to hide compiler hint: Hint: Parameter xxx not used No. People regularly ask for the ability to disable particular hints/warnings, but no one is

Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Paul Ishenin
Jonas Maebe пишет: On 29 Sep 2008, at 11:31, Paul Ishenin wrote: Jonas Maebe пишет: On 29 Sep 2008, at 11:18, [EMAIL PROTECTED] wrote: Is there any posibility to hide compiler hint: Hint: Parameter xxx not used No. People regularly ask for the ability to disable particular hints/warnings,

Re: [fpc-devel] Howto hide Hint: Parameter xxx not used

2008-09-29 Thread Jonas Maebe
On 29 Sep 2008, at 11:41, Paul Ishenin wrote: Jonas Maebe пишет: That's just a hack, and you have to regenerate the message file for every new FPC release. Ofcource, but what can we do simple fpc users ;) Submit a patch. The message handling code really isn't rocket science. It's