◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Compiler───────────────────────────────────────────────────────── Warning Levels determine the type of warning messages the compiler produces. ┌────────────── Level 4 ───────────────┐ ◄Level 0► │ Displays extra warning messages, │ ◄Level 1► │ which support very detailed (lint- │ ◄Level 2► │ like) warnings and ANSI violations. │ ◄Level 3► │ The command-line equivalent is /W4. │ ◄Level 4► │ │ ◄Level 5► │ │ └──────────────────────────────────────┘ -♦-