◄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► -♦-