Determines whether warnings are issued about extra tokens at the end of preprocessor directives.
Linux: | -Wextra-tokens -Wno-extra-tokens |
Windows: | /Wextra-tokens /Wno-extra-tokens |
None
Wno-extra-tokens |
The compiler does not warn about extra tokens at the end of preprocessor directives. |
This option determines whether warnings are issued about extra tokens at the end of preprocessor directives.
None