[lldb-dev] [Bug 18784] New: lldb fails to build with invalid conversion from 'const char*' to 'char*' [-fpermissive]

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 9 05:55:00 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18784

            Bug ID: 18784
           Summary: lldb fails to build with   invalid conversion from
                    'const char*' to 'char*' [-fpermissive]
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: sylvestre at debian.org
    Classification: Unclassified

/tmp/buildd/llvm-toolchain-snapshot-3.5~svn201036/tools/lldb/source/Host/common/Editline.cpp:
In member function 'size_t lldb_private::Editline::Push(const char*, size_t)':
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn201036/tools/lldb/source/Host/common/Editline.cpp:267:62:
error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
         ::el_push(m_editline, std::string (bytes, len).c_str());
                                                              ^

with g++ 4.8

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140209/b01d8325/attachment.html>


More information about the lldb-dev mailing list