Compiler Warning (level 3) C4995
Visual Studio 2012
'function': name was marked as #pragma deprecated
The compiler encountered a function that was marked with pragma deprecated. The function may no longer be supported in a future release. You can turn this warning off with the warning pragma (example below).