* Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> On Thu, Jul 19, 2007 at 06:41:17AM -0400, Stephen Frost wrote:
> > Stop the compiler from complaining about an unused argument.
>
> That makes sense, except my compiled didn't warn even when I took it out
> :-) Ah, well, thanks for clearifying.
It depends on the compiler you're using.. My recollection is that
it shows up at least w/ gcc and -Wall and/or -pedantic.
Thanks,
Stephen