The C source program is processed in strict compliance with the ANSI standard.
Compatibility with the conventional C language specifications is conferred and processing continues after warning is output.
To process the C source program in strict compliance with the ANSI standardNote, and output an error or warning for a specification that violates the standard. |
This is a standard specified by ISO/IE C9899:1990 (C90). |
If this option is not specified, "#line-number" will be handled in the same way as "#line line-number".
Type conversion such as the assignment of a function pointer to a void pointer will cause an error.
To process the C source program in strict compliance with the ANSI standard, and output an error or warning for a specification that violates the standard, describe as: |