Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-259

apiextractor-0.10.10/typesystem.cpp:674: possible bad string concat ?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 1.2.x
    • Other
    • None

    Description

      apiextractor-0.10.10/typesystem.cpp:674:64: warning: adding 'ContainerTypeEntry::Type' to a string does not append to the string [-Wstring-plus-int]

      m_error = "there is no container of type " + containerType;

      Maybe something like

      m_error = QString("there is no container of type ") + containerType;

      might fix the problem.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            dcb David Binderman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes