fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
SHOW SUPPRESSED ERRORS
Syntax:
SHOW SUPPRESSED ERRORS
Function:
fpt 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 | Yes |
| Configuration file, config.fsp | Yes |
| Specification (fsp) files, *.fsp | Yes |
| Interactively, to FPT> prompt | Yes |
| Interactive command files | Yes |
| Embedded in the Fortran code | Yes |
Examples
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 2025 Software Validation Ltd. All rights reserved.