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)