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

Jan Schlicht commented on MESOS-4009:
-------------------------------------

Clang does not have {{-Wsign-compare}} in {{-Wall}}. I'm not sure, but GCC < 
5.1 seems to suffer from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59231
At least that would explain the behaviour, because ASSERT_EQ is using templates 
(see: 
https://github.com/google/googletest/blob/master/googletest/include/gtest/gtest.h#L1451)

> RegistryClientTest.SimpleRegistryPuller doesn't compile with GCC 5.1.1
> ----------------------------------------------------------------------
>
>                 Key: MESOS-4009
>                 URL: https://issues.apache.org/jira/browse/MESOS-4009
>             Project: Mesos
>          Issue Type: Bug
>          Components: test
>         Environment: Fedora 23
>            Reporter: Jan Schlicht
>            Assignee: Jan Schlicht
>            Priority: Trivial
>              Labels: easyfix
>
> GCC 5.1.1 has {{-Werror=sign-compare}} in {{-Wall}} and stumbles over a 
> comparison between signed and unsigned int in 
> {{provisioner_docker_tests.cpp}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to