[
https://issues.apache.org/jira/browse/MESOS-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905499#comment-13905499
]
Bernd Mathiske edited comment on MESOS-1009 at 2/19/14 2:39 PM:
----------------------------------------------------------------
Verified the bug, looking into it.
(Installed Ubuntu 13.10, Clang 3.5, compiled mesos)
was (Author: bernd-mesos):
Verified the bug, looking into it.
(Installed Ubuntu 13.10, Clang 3.5, compiled mess)
> src/demangle.cc:170:13: error: comparison between pointer and integer ('const
> char *' and 'int')
> ------------------------------------------------------------------------------------------------
>
> Key: MESOS-1009
> URL: https://issues.apache.org/jira/browse/MESOS-1009
> Project: Mesos
> Issue Type: Bug
> Components: build
> Environment: Ubuntu 13.10
> Reporter: Vinson Lee
>
> Building with clang 3.5svn.
> src/demangle.cc:170:13: error: comparison between pointer and integer ('const
> char *' and 'int')
> if (str == '\0') {
> ~~~ ^ ~~~~
> src/demangle.cc:226:26: error: comparison between pointer and integer ('const
> char *' and 'int')
> if (state->mangled_cur == '\0') {
> ~~~~~~~~~~~~~~~~~~ ^ ~~~~
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)