Compiler Warning (Level 1) C4729
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Warning (Level 1) C4729.
function too big for flow graph based warnings
This warning is generated when a function is too big to be compiled with reliable checking for situations that would generate a warning. This warning is only generated when the /Od compiler option used.
To resolve this warning, break the function into smaller functions.
Show: