Andrew Schwartzmeyer created MESOS-7781:
-------------------------------------------
Summary: Windows API GetVersionExW was declared deprecated
Key: MESOS-7781
URL: https://issues.apache.org/jira/browse/MESOS-7781
Project: Mesos
Issue Type: Bug
Components: stout
Environment: Windows
Reporter: Andrew Schwartzmeyer
The following warning:
{noformat}
stout/windows/os.hpp(56): warning C4996: 'GetVersionExW': was declared
deprecated
{noformat}
appears when compiling Mesos, because the API was deprecated. According to
[MSDN |
https://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx]
we're supposed to move to the "Version Helper" functions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)