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?
Something else? (
I am hoping this won't require a bunch of
(void) foo;
or
# pragma unused(foo)
statements. These constructs are both tedious and ugly.