[jira] [Commented] (MESOS-4451) Enable `-Wnull-dereference` when building Mesos

2016-01-23 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15113801#comment-15113801 ] haosdent commented on MESOS-4451: - yes, only exist in master. > Enable `-Wnull-dereference` when building

[jira] [Commented] (MESOS-4451) Enable `-Wnull-dereference` when building Mesos

2016-01-23 Thread Shuai Lin (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15113772#comment-15113772 ] Shuai Lin commented on MESOS-4451: -- The support of {{-Wnull-derefernece}} has been added to gcc very

[jira] [Commented] (MESOS-4451) Enable `-Wnull-dereference` when building Mesos

2016-01-23 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15113906#comment-15113906 ] Neil Conway commented on MESOS-4451: In GCC (master), it seems the warning is enabled by {{-Wall}},

[jira] [Commented] (MESOS-4451) Enable `-Wnull-dereference` when building Mesos

2016-01-23 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15113765#comment-15113765 ] haosdent commented on MESOS-4451: - {code} #include #include int main() { std::vector* vp =

[jira] [Commented] (MESOS-4451) Enable `-Wnull-dereference` when building Mesos

2016-01-23 Thread Klaus Ma (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114050#comment-15114050 ] Klaus Ma commented on MESOS-4451: - I think we can introduce some static check tools before GCC fully

[jira] [Commented] (MESOS-4451) Enable `-Wnull-dereference` when building Mesos

2016-01-23 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114172#comment-15114172 ] haosdent commented on MESOS-4451: - This tool looks cool! > Enable `-Wnull-dereference` when building