fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FORTRAN Compiler Warning Level Option
                                             Up Contents Index Back
─────FORTRAN Compiler Warning Level Option──────────────────────────────────
 
     FL equivalent: /Wn
 
     The Warn Level option sets the threshold for errors and warnings.
 
     Warn Level     Action
 
     Level 0        Suppress all warnings
     Level 1        Display all warnings
     Level 2        Display all warnings except:
                         F4998 variable used but not defined
                         F4999 variable declared but not used
 
     Error Range     Error Type
 
     F1xxx         Fatal errors
     F2xxx         Nonfatal errors
     F3xxx         Recoverable error
     F4xxx         Compiler warnings
     F6xxx         Run-time errors
 
     See Also: FL Warning Level Options
                                    -♦-