unused

Previous Specifying Attributes of Functions Next

This attribute, attached to a function, means that the function is meant to be possibly unused. GCC will not produce a warning for this function.

The unused attribute can also be used for variables and types.