C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Warning Level 4 (/W4)
                                             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    │                                      │
                  └──────────────────────────────────────┘
                                    -♦-