Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-86597

QNX support for qremoteobjects fails to build with newer C++ standards

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • None
    • 5.15.1
    • Remote Objects
    • None
    • QNX 7.1 x86_64
      GCC 8.3
      Qt build configured with -c++-std c++17
    • QNX

      In a few places a const pointer is assigned to the iov_base field of the iov_t structure, which is of type void *. Newer C++ does not allow such an assignment.

      QNX 7.1 addressed that by adding a iov_base_const field to the structure and providing a SETIOV_CONST macro, but for 7.0 there needs to be some way to define this locally (see the proposed patch - ugly, but works).

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

            bstottle Brett Stottlemyer
            elahav Elad Lahav
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes