Intel® C++ Compiler 16.0 User and Reference Guide

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.