Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 993 Bytes

compiler-warning-level-1-c4953.md

File metadata and controls

17 lines (13 loc) · 993 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4953
Compiler Warning (level 1) C4953
08/27/2018
C4953
C4953
3c4f6ac6-3976-41ab-8a27-3c41d7472ea7

Compiler Warning (level 1) C4953

Inlinee 'function' has been edited since profile data was collected, profile data not used

When using /LTCG:PGUPDATE, the compiler detected an input module that was recompiled after /LTCG:PGINSTRUMENT and has a function (function) that was edited and where existing test runs identified the function as a candidate for inlining. However, as a result of recompiling the module, the function will no longer be a candidate for inlining.

This warning is informational. To resolve this warning, run /LTCG:PGINSTRUMENT, redo all test runs, and run /LTCG:PGOPTIMIZE.

This warning would be replaced with an error if /LTCG:PGOPTIMIZE had been used.