[
https://issues.apache.org/jira/browse/MESOS-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15531410#comment-15531410
]
Joseph Wu commented on MESOS-5821:
----------------------------------
{code}
commit 0f4c42afedd35882537463c899d0b55a516238af
Author: Daniel Pravat <[email protected]>
Date: Wed Sep 28 17:22:46 2016 -0700
Fixed a warning in `flags.hpp`.
Removes an implicit cast from `size_t` to `int`.
Review: https://reviews.apache.org/r/52205/
{code}
{code}
commit dc66d02261db722b6ad0cfa70cf5425b9d0dc685
Author: Daniel Pravat <[email protected]>
Date: Wed Sep 28 16:03:01 2016 -0700
Windows: Fixed warnings in some stout tests.
Removed some implicit integer and boolean casts.
Added missing `return` at the end of a non-void code block.
Review: https://reviews.apache.org/r/52199/
{code}
{code}
commit 9bb43bab237eedd0da214178801a9dd9822172d6
Author: Daniel Pravat <[email protected]>
Date: Wed Sep 28 15:20:29 2016 -0700
Windows: Fixed warnings in `read` and `write` functions.
Addresses some implicit casting from signed to/from unsigned values.
Review: https://reviews.apache.org/r/52196/
{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)