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.
C4112
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (levels 1 and 4) C4112
 
     #line requires an integer between 1 and 32767
 
     The #line directive specified an integer outside the permitted
     range.
 
     If the given line number is less than 1, the line counter is reset
     to 1. If the given line number is greater than 32767, it is used
     as is.
 
     This is a level 1 warning under the /Za ANSI-compatibility command-
     line option and a level 4 warning with the default /Ze Microsoft
     extensions.
                                    -♦-