C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Warning Level 1 (/W1)
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Warning Levels determine the type of warning messages the compiler
     produces.
 
                  ┌────────────── Level 1 ───────────────┐
     Level 0    │  Displays severe warning messages.   │
     Level 1    │  The command-line equivalent is /W1. │
     Level 2    │                                      │
     Level 3    │                                      │
     Level 4    │                                      │
     Level 5    │                                      │
                  └──────────────────────────────────────┘
                                    -♦-