C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Warning Level 3 (/W3)
                                             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    │                                      │
                  └──────────────────────────────────────┘
                                    -♦-