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

Wextra-tokens

Determines whether warnings are issued about extra tokens at the end of preprocessor directives.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-Wextra-tokens

-Wno-extra-tokens

Windows:

None

Arguments

None

Default

-Wno-extra-tokens

The compiler does not warn about extra tokens at the end of preprocessor directives.

Description

This option determines whether warnings are issued about extra tokens at the end of preprocessor directives.

Alternate Options

None


Submit feedback on this help topic