DescriptionDisable C4995 warning about #pragma deprecated
We already disable warning C4996 (function was declared deprecated) but
with the Windows 10 SDK we also have to disable the very similar warning
C4995 (function was marked as #pragma deprecated). It's not clear why
there are two mechanisms with two different warnings, but there you are.
These are the warnings I saw:
printing\backend\win_helper.h(152): warning C4995: 'StartXpsPrintJob': name was marked as #pragma deprecated
printing\backend\win_helper.h(160): warning C4995: 'IXpsPrintJob': name was marked as #pragma deprecated
printing\backend\win_helper.cc(69): warning C4995: 'IXpsPrintJob': name was marked as #pragma deprecated
printing\backend\win_helper.cc(299): warning C4995: 'StartXpsPrintJob': name was marked as #pragma deprecated
printing\backend\win_helper.cc(307): warning C4995: 'IXpsPrintJob': name was marked as #pragma deprecated
R=thakis@chromium.org
BUG=491424
Committed: https://crrev.com/3e5c69bd1c1e8230dc4e481d91d293bb4cee19b9
Cr-Commit-Position: refs/heads/master@{#340157}
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|