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.
C4143
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4143
 
     pragma 'same_seg' not supported; use __based allocation
 
     The same_seg pragma is not supported with the /f or /qc fast-
     compilation command-line options.
 
     To avoid this warning, use based pointers to specify the segment
     for external far variables. This warning can also be avoided by
     removing the /f or /qc command-line option.
                                    -♦-