[
https://issues.apache.org/jira/browse/MESOS-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15504857#comment-15504857
]
Joseph Wu commented on MESOS-5821:
----------------------------------
{code}
commit 4a91c1ed8c86ce2100dba24b321fc578ad3d0473
Author: Daniel Pravat <[email protected]>
Date: Mon Sep 19 14:21:10 2016 -0700
Windows: Fixed warnings in `duration.hpp`.
Captures the result of `std::ostream::precision` via its return type
`std::streamsize` rather than implicitly casting to `long`.
Review: https://reviews.apache.org/r/52061/
{code}
{code}
commit a5993cec547f299a8edff7662599c68e208ecdac
Author: Daniel Pravat <[email protected]>
Date: Mon Sep 19 14:51:12 2016 -0700
Windows: Fixed warnings in `windows/os.hpp`.
Captured the result of `Process32First` via its return type `BOOL`
rather than implicitly casting to `bool`.
Review: https://reviews.apache.org/r/52063/
{code}
> Clean up the billions of compiler warnings on MSVC
> --------------------------------------------------
>
> Key: MESOS-5821
> URL: https://issues.apache.org/jira/browse/MESOS-5821
> Project: Mesos
> Issue Type: Bug
> Components: slave
> Reporter: Alex Clemmer
> Assignee: Daniel Pravat
> Labels: mesosphere, slave
>
> Clean builds of Mesos on Windows will result in approximately {{5800
> Warning(s)}} or more.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)