bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] [PATCH] Mark unused function arguments with ARG_UNUS


From: Guillem Jover
Subject: Re: [bug-inetutils] [PATCH] Mark unused function arguments with ARG_UNUSED
Date: Mon, 14 Apr 2008 18:08:31 +0300
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Mon, 2008-04-14 at 19:20:47 +0530, Debarshi Ray wrote:
> >         * syslogd/syslogd.c (init): Add ARG_UNUSED attribute to SIGNO
> >         argument.
> >         (domark): Likewise. Remove now unneeded no-op SIGNO statement.
> 
> What about using "__attribute__ ((unused))" instead?

ARG_UNUSED will expand to that if the system supports it. It's handled
in configure.ac.

regards,
guillem




reply via email to

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