You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2016/11/21 23:10:58 UTC

[jira] [Commented] (MESOS-6239) Fix warnings and errors produced by new hardened CXXFLAGS

    [ https://issues.apache.org/jira/browse/MESOS-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15685044#comment-15685044 ] 

Michael Park commented on MESOS-6239:
-------------------------------------

{noformat}
commit 431f7ce6ff38cb2cd65807cdf8f494c2d5af5e2c
Author: Aaron Wood <aa...@verizon.com>
Date:   Fri Nov 18 14:13:28 2016 -0800

    Removed unused code caught by the new hardening flags.

    The hardening flags produced many new errors about unused functions,
    variables, etc. that need to be fixed for Mesos to compile/run.

    Review: https://reviews.apache.org/r/52754/
{noformat}
{noformat}
commit b833fbad04723755e2b12d88d31181dc61e759ba
Author: Aaron Wood <aa...@verizon.com>
Date:   Fri Nov 18 14:12:50 2016 -0800

    Fixed sign comparison errors caught by hardening flags in libprocess.

    The hardening flags caught many new sign comparison errors
    in libprocess that need to be fixed for Mesos to compile/run.

    Review: https://reviews.apache.org/r/52647/
{noformat}
{noformat}
commit c1969c73c1ef0f5d1e5bb4f4e6f2dc60de08b876
Author: Aaron Wood <aa...@verizon.com>
Date:   Fri Nov 18 14:13:15 2016 -0800

    Fixed sign comparison errors caught by hardening flags in stout.

    The hardening flags produced many new sign comparison errors
    in stout that need to be fixed for Mesos to compile/run.

    Review: https://reviews.apache.org/r/52886/
{noformat}

> Fix warnings and errors produced by new hardened CXXFLAGS
> ---------------------------------------------------------
>
>                 Key: MESOS-6239
>                 URL: https://issues.apache.org/jira/browse/MESOS-6239
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Aaron Wood
>            Assignee: Aaron Wood
>            Priority: Minor
>              Labels: c++, clang, gcc, libprocess, security, stout
>
> Most of the new warnings/errors come from libprocess/stout as there were never any CXXFLAGS propagated to them.
> https://reviews.apache.org/r/52647/
> https://reviews.apache.org/r/52754/
> https://reviews.apache.org/r/52886/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)