-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67614/#review204871
-----------------------------------------------------------



PASS: Mesos patch 67614 was successfully built and tested.

Reviews applied: `['67614']`

All the build artifacts available at: 
http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67614

- Mesos Reviewbot Windows


On June 15, 2018, 6:36 p.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67614/
> -----------------------------------------------------------
> 
> (Updated June 15, 2018, 6:36 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier and Benjamin Hindman.
> 
> 
> Bugs: MESOS-9002
>     https://issues.apache.org/jira/browse/MESOS-9002
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> GCC 8.1 warns about using `memcpy` to copy a `os::Fork::Tree::Memory`
> struct because it doesn't have a trivial copy operator. We can replace
> the `memcpy` with direct access to the structure fields, which has the
> same effect.
> 
> 
> Diffs
> -----
> 
>   3rdparty/stout/include/stout/os/posix/fork.hpp 
> 098224ee4abe73b61f180af3dac5989141e5908a 
> 
> 
> Diff: https://reviews.apache.org/r/67614/diff/1/
> 
> 
> Testing
> -------
> 
> make check (Fedora 28)
> 
> 
> Thanks,
> 
> James Peach
> 
>

Reply via email to