[
https://issues.apache.org/jira/browse/MESOS-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15518125#comment-15518125
]
Joseph Wu commented on MESOS-5821:
----------------------------------
{code}
commit 439db8c36c50fd294b2c978cdc877d9bd77301b3
Author: Daniel Pravat <[email protected]>
Date: Fri Sep 23 18:36:34 2016 -0700
Windows: Fixed warnings in `shell.hpp`.
The `spawn` functions return the `intptr_t`. This patch deals with
warnings about implicitly casting this to `int`.
Review: https://reviews.apache.org/r/52065/
{code}
{code}
commit 8dcd13d9f4a6023af574e15c1af42b0dd799e847
Author: Daniel Pravat <[email protected]>
Date: Fri Sep 23 18:43:35 2016 -0700
Windows: Fixed warnings in `windows.hpp`.
The `_write` function takes an `unsigned int` type as the third
argument. The underlying type of `size_t` depends on the
platform architecture.
Review: https://reviews.apache.org/r/52193/
{code}
{code}
commit 8bfb11f0711826e9cb899c7d162cf47de911c719
Author: Daniel Pravat <[email protected]>
Date: Fri Sep 23 18:49:27 2016 -0700
Fixed warnings in StatisticsTest.Statistics.
This removes some implicit double-to-float casts.
Review: https://reviews.apache.org/r/52198/
{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)