Henning Meier-Geinitz writes:
> Hi,
>
> On Thu, Mar 27, 2003 at 08:21:35AM +0900, Olaf Meeuwissen wrote:
> > > From: der Mouse
> > >
> > > - A lot of "unused parameter" warnings. I saw some SANE code that does
> > > "var=var;" to quell such warnings, so presumably at least some people
> > >
Hi,
On Thu, Mar 27, 2003 at 08:21:35AM +0900, Olaf Meeuwissen wrote:
> > From: der Mouse
> >
> > - A lot of "unused parameter" warnings. I saw some SANE code that does
> > "var=var;" to quell such warnings, so presumably at least some people
> > care.
>
> I've seen such code as well and fi
>> - A lot of "unused parameter" warnings. I saw some SANE code that
>> does "var=var;" to quell such warnings, so presumably at least
>> some people care.
> I've seen such code as well and find it horribly inelegant.
Me too. When writing for myself, I use __attribute__((__unused__)),
becaus
Hi,
On Sun, Mar 30, 2003 at 10:00:23PM +0200, Henning Meier-Geinitz wrote:
> Hi,
>
> On Wed, Mar 26, 2003 at 10:29:53PM +0100, Oliver Rauch wrote:
> > - A lot of "unused parameter" warnings. I saw some SANE code that does
> > "var=var;" to quell such warnings, so presumably at least some peopl
Hi,
On Wed, Mar 26, 2003 at 10:29:53PM +0100, Oliver Rauch wrote:
> - A lot of "unused parameter" warnings. I saw some SANE code that does
> "var=var;" to quell such warnings, so presumably at least some people
> care.
Probably 99% of those are harmless, just annoying.
> - Twelve "unused va
Oliver Rauch forwards:
> -- Forwarded Message --
>
> Subject: Re: Two small `sane' questions
> Date: Wed, 26 Mar 2003 16:08:00 -0500 (EST)
> From: der Mouse
> To: Oliver Rauch
>
> Okay, my rebuild is done. Here are the warnings I got.
>
> - A lot of "unused parameter" warn
Hello.
I got the following mail that contains some information
about warnings/errors that may break compatablity with
some platforms. Please would every backend author
read this mail and take care about the listed problems.
Best regards
Oliver
-- Forwarded Message --
Subject: