You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2015/11/16 10:06:10 UTC

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

Neil Conway created MESOS-3932:
----------------------------------

             Summary: 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
            Priority: Minor


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
(v6.3.4#6332)