Intel® C++ Compiler 19.0 Developer Guide and Reference

unused

Describes variables that are unused (warnings not generated).

Syntax

#pragma unused

Arguments

None

Description

The unused pragma is implemented for compatibility with Apple* implementation of GCC.