![]() |
unused |
Previous | Specifying Attributes of Variables | Next |
This attribute, attached to a variable, means that the variable is meant
to be possibly unused. GCC will not produce a warning for this
variable.
The unused
attribute can also be used for functions and
types.