◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Compiler───────────────────────────────────────────────────────── Warning Levels determine the type of warning messages the compiler produces. ┌────────────── Level 3 ───────────────┐ ◄Level 0► │ Displays warnings about function │ ◄Level 1► │ calls before the appearance of │ ◄Level 2► │ function prototypes in the │ ◄Level 3► │ program. The command-line │ ◄Level 4► │ equivalent is /W3. │ ◄Level 5► │ │ └──────────────────────────────────────┘ -♦-