Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 489 Bytes

fatal-error-c1053.md

File metadata and controls

21 lines (15 loc) · 489 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1053
Fatal Error C1053
11/04/2016
C1053
C1053
f50c1c6a-d9cc-42fa-984e-4e2e6e9cd1b1

Fatal Error C1053

'<identifier>' : function too large

The function is too large to compile.

To fix by using the following possible solutions

  1. Try compiling without optimizations.

  2. Divide the function into smaller functions.

  3. Reduce calls to inline functions.