◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4703 'function' : function too large for global optimizations The named function was too large to fit in memory and be compiled with the selected optimization option. The compiler did not perform any global optimizations (/Oe, /Og, or /Ol). Other /O<x> optimization options, such as /Oa and /Oi, are still performed. One of the following may remove this warning: ■ Divide the function into two or more smaller functions. ■ Recompile with fewer optimizations. -♦-