Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
Document Table of Contents

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.