Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 642 Bytes

compiler-warning-level-1-c4729.md

File metadata and controls

15 lines (12 loc) · 642 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (Level 1) C4729
Compiler Warning (Level 1) C4729
11/04/2016
C4729
C4729
36a0151f-f258-48d9-9444-ae6d41ff70a4

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.