On Wed, Nov 21, 2012 at 06:34:00PM -0800, Sanjay Lal wrote: > + > +#ifndef __unused > +#define __unused __attribute__((unused)) > +#endif > + There are __maybe_unused and __always_unused, no need to define your own. -- Gleb.
On Wed, Nov 21, 2012 at 06:34:00PM -0800, Sanjay Lal wrote: > + > +#ifndef __unused > +#define __unused __attribute__((unused)) > +#endif > + There are __maybe_unused and __always_unused, no need to define your own. -- Gleb.