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

vnc plugin doesn't build on PPC (-Werror=narrowing)

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.6, 5.11.2, 5.12.0 Alpha
    • 5.9.5
    • Core: Plugins
    • None
    • Debian 8 on G5
      gcc 4.9.2

    • b206d1c8082a9e01ad3755d311a4cf683ec35161 295b2dde7f0b9e28e7d450dc8b028c7b1900e419 f2862b4d5def2c07b8b018532ab74a12b129db2c

    Description

      but maybe it's just an old-gcc issue, or some recent change in enabled warnings...

      In file included from /usr/include/arpa/inet.h:22:0,
                       from /home/rutledge/dev/qt59/qtbase/src/plugins/platforms/vnc/qvnc.cpp:53:
      /home/rutledge/dev/qt59/qtbase/src/plugins/platforms/vnc/qvnc.cpp: In member function 'void QVncClientCursor::write(QVncClient*) const':
      /home/rutledge/dev/qt59/qtbase/src/plugins/platforms/vnc/qvnc.cpp:554:50: error: narrowing conversion of '((const QVncClientCursor*)this)->QVncClientCursor::hotspot.QPoint::x()' from 'int' to 'const quint16 {aka const short unsigned int}' inside { } [-Werror=narrowing]
                                        htons(hotspot.x()), htons(hotspot.y()),
                                                        ^
      /home/rutledge/dev/qt59/qtbase/src/plugins/platforms/vnc/qvnc.cpp:554:70: error: narrowing conversion of '((const QVncClientCursor*)this)->QVncClientCursor::hotspot.QPoint::y()' from 'int' to 'const quint16 {aka const short unsigned int}' inside { } [-Werror=narrowing]
                                        htons(hotspot.x()), htons(hotspot.y()),
                                                                            ^
      /home/rutledge/dev/qt59/qtbase/src/plugins/platforms/vnc/qvnc.cpp:555:53: error: narrowing conversion of '((const QVncClientCursor*)this)->QVncClientCursor::cursor.QImage::width()' from 'int' to 'const quint16 {aka const short unsigned int}' inside { } [-Werror=narrowing]
                                        htons(cursor.width()),
                                                           ^
      /home/rutledge/dev/qt59/qtbase/src/plugins/platforms/vnc/qvnc.cpp:556:54: error: narrowing conversion of '((const QVncClientCursor*)this)->QVncClientCursor::cursor.QImage::height()' from 'int' to 'const quint16 {aka const short unsigned int}' inside { } [-Werror=narrowing]
                                        htons(cursor.height()) };
                                                            ^
      

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes