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

QQuaternion - Warning Implicit conversion from 'float' to 'double'

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.9.0 Beta 2
    • 5.7.0
    • Core: Other
    • None
    • 1e4054ce2f4f7b488b5d4963f32d4025e20cf537

      Warning from compiler about implicit conversion in QQuaternion::inverted()

      /usr/local/Trolltech/Qt5.7/5.7/gcc_64/include/QtGui/qquaternion.h:204: avertissement : implicit conversion from 'float' to 'double' to match other operand of binary expression [-Wdouble-promotion]
      return QQuaternion(wp / len, -xp / len, -yp / len, -zp / len);
      ^

        For Gerrit Dashboard: QTBUG-57068
        # Subject Branch Project Status CR V

            jefernan Jesus Fernandez
            razamut razamut
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes