bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] [PATCH] Remove unused variables and add ARG_UNUSED


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] [PATCH] Remove unused variables and add ARG_UNUSED
Date: Tue, 20 May 2008 15:18:03 -0400

   lgtm, but I still don't understand why, especially in the
   applications we don't just remove the extra args.  Is it just more
   of a pain to find all the callers?

Without looking, it might be code that does things like:

int
foo(int bar ARG_UNUSED)
{
#if HAVE_SOMETHING
  do (bar);
#endif
 return 0;
}

PS, what does lgtm mean?




reply via email to

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