Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
5.7.0
-
None
-
1e4054ce2f4f7b488b5d4963f32d4025e20cf537
Description
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);
^