errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4203
 
     'function' : function too large for global optimizations
 
     The named function was too large to fit in memory and be compiled
     with the selected optimization. The compiler did not perform any
     global optimizations (/Oe, /Og, or /Ol). Other /O optimizations,
     such as /Oa and /Oi, are still performed.
 
     One of the following may remove this warning:
 
        ■ Recompile with fewer optimizations.
 
        ■ Divide the function into two or more smaller functions.
 
        ■ In OS/2, recompile using the /B2 C2L option to invoke the
          large-model version of the second pass of the compiler.
                                    -♦-