You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:19 UTC

[jira] [Issue Comment Deleted] (MESOS-1009) src/demangle.cc:170:13: error: comparison between pointer and integer ('const char *' and 'int')

     [ https://issues.apache.org/jira/browse/MESOS-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-1009:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
>            Assignee: Bernd Mathiske
>            Priority: Major
>             Fix For: 0.18.0
>
>
> 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
(v7.6.3#76005)