You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/27 17:49:00 UTC

[jira] [Commented] (MESOS-3932) Silence Boost compiler warnings with CMake

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

ASF GitHub Bot commented on MESOS-3932:
---------------------------------------

andschwa commented on issue #104: MESOS-3932 Suppressed boost auto_ptr compile warnings.
URL: https://github.com/apache/mesos/pull/104#issuecomment-416309788
 
 
   Thanks @frankscholten! I am closing this as the whole CMake build has been pretty much rewritten since this was opened. Sorry we didn't get to it in time!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Silence Boost compiler warnings with CMake
> ------------------------------------------
>
>                 Key: MESOS-3932
>                 URL: https://issues.apache.org/jira/browse/MESOS-3932
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Neil Conway
>            Assignee: Alex Clemmer
>            Priority: Minor
>              Labels: cmake, mesosphere, microsoft
>             Fix For: 1.2.0
>
>
> Per MESOS-3799, we should silence at least two kinds of compiler warning fixes when including the Boost headers:
> * Add -Wno-unused-local-typedefs to CXXFLAGS
> * Use -isystem when including Boost to avoid deprecation warnings for use of auto_ptr
> I believe we technically need both, IIRC because some other depedencies pull in Boost using their own -I flag.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)