8.11.16 Unused Variable Attribute

The unused attribute indicates to the compiler that the variable might not be used. The compiler will not issue a warning for this variable if it is not used.