Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.8.5
-
None
-
Windows 7 32 bit, MS Visual Studio 2010, Qt 4.8.5.
-
3291e0a77c10a92a63173d9ece4f83661f849ba9
Description
qabstractitemmodel.h in Qt elicits the following warning from the Visual Studio 2010 compiler (at warning level /Wall):
qabstractitemmodel.h(70): warning C4826: Conversion from 'void *const' to 'qint64' is sign-extended. This may cause unexpected runtime behavior.
It's problem for us because all warnings are treated as an errors.