Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-87F9EE96-094E-480D-8FF4-FCE3CE33DF60
Visible to Intel only — GUID: GUID-87F9EE96-094E-480D-8FF4-FCE3CE33DF60
Wextra-tokens
Determines whether warnings are issued about extra tokens at the end of preprocessor directives.
Syntax
Linux: |
-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.
IDE Equivalent
Alternate Options
None