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.