Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning C4962

'function' : Profile-guided optimizations disabled because optimizations caused profile data to become inconsistent"

A function was not compiled with /LTCG:PGO, because count (profile) data for the function was unreliable. Redo profiling to regenerate the .pgc file that contains the unreliable profile data for that function.

This warning is off by default. For more information, see Compiler Warnings That Are Off by Default.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.