Make Mesos clean of most GCC warnings
-------------------------------------
Key: MESOS-133
URL: https://issues.apache.org/jira/browse/MESOS-133
Project: Mesos
Issue Type: Task
Reporter: Charles Reiss
If built with GCC warning options, Mesos currently is very spammy. Some of
these warnings are likely bugs.
On platforms with GCC, Mesos should build with most GCC warnings enabled and
obviously-bug ones (e.g. non-virtual-dtor, implicit, pointer-arith) turned into
errors. To avoid triggering warnings from third_party, third_party headers
should be included with -isystem instead of -I and these warning flags should
not be used when building third_party.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira