Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.15.2
-
Fix Version/s: None
-
Component/s: Core: Containers and Algorithms
-
Labels:None
-
Environment:clang++
-
Platform/s:
Description
..../include/QtCore/qvector.h:1016:26: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
return n - d->begin();
~~~~~~ ~^~~~~~~~~~~
..../include/QtCore/qvector.h:182:23: note: in instantiation of member function 'QVector
<Scriptable *>::indexOf' requested here
const int i = indexOf(t);
^