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 _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
