bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: %destructor feedback


From: Joel E. Denny
Subject: Re: %destructor feedback
Date: Thu, 8 Dec 2005 03:34:04 -0500 (EST)

On Wed, 7 Dec 2005, Paul Eggert wrote:

> "Joel E. Denny" <address@hidden> writes:
> 
> > it seems that we need a band-aid that will at least stop the
> > bleeding we've actually *seen* so far.
> 
> How about if we dump YYUSE entirely?

That would make my parse param structs happy.

> /*ARGSUSEDn*/ before any function that might not use one of its
> arguments whose number is n or less.

...n or more for my lint.  Thus /*ARGSUSED0*/ allows all args to go unused 
with no warnings.

Joel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]