Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1009

src/demangle.cc:170:13: error: comparison between pointer and integer ('const char *' and 'int')

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.18.0
    • build
    • None
    • Ubuntu 13.10

    Description

      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') {
      ~~~~~~~~~~~~~~~~~~ ^ ~~~~

      Attachments

        Activity

          People

            bernd-mesos Bernd Mathiske
            vlee Vinson Lee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: