Vinson Lee created MESOS-1009:
---------------------------------

             Summary: 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)

Reply via email to