FPT and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Reference Manual Home |
Syntax:
SHOW SUPPRESSED ERRORS |
Function:
Displays the diagnostic messages (Errors, warnings and notes) which are currently suppressed. Suppressed diagnostics are not printed in the output code and are not echoed to the list (FPL) file. Diagnostics are suppressed by the command SUPPRESS ERROR and may be re-enabled by the command ENABLE ERROR. The [NO] WARNINGS commands suppress or enable groups of errors and the command SUPPRESS ALL ERRORS suppresses all diagnostics.
Where to use this command:
Operating system command line |
No |
|
Configuration file, config.fsp |
No |
|
Specification (FSP) files, *.fsp |
No |
|
Interactively, to FPT> prompt: |
Yes |
|
Interactive command files |
Yes |
|
Embedded in the Fortran code |
No |
|
Example:
FPT> show suppressed errors
*** NOTE *** The following errors have been suppressed
1631 Two consecutive identifiers, or white space in name.
2087 Spaces inserted between keywords and operands
2181 User-defined symbol preceded by number.
FPT>
Copyright ©1995 to 2014 Software Validation Ltd. All rights reserved.