by Antony Sidwell <antony@[EMAIL PROTECTED]
>
Mar 20, 2008 at 08:37 AM
pete m wrote:
> I take the massive number of "warning, unused parameter is a sign that
> the product is moving in a good direction. Those things happen when a
> typedef function class doesn't need some of the parameters in a
> particular implementation.
>
> Unfortunately, the number of these warnings has become overwhelming.
> Is there a good way to clean this up?
> Use anonymous parameters (C++ style)?
> Disable the warning?
This. -Wno-unused-parameter is what's used in Makefile.std currently.
--
Antony "Not the maintainer" Sidwell