Intel® C++ Compiler XE 13.1 User and Reference Guides

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.


Submit feedback on this help topic